summaryrefslogtreecommitdiff
path: root/localuserconfig
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2004-04-15 22:53:20 +0000
committerJonas Smedegaard <dr@jones.dk>2004-04-15 22:53:20 +0000
commit051302f80fea3030552665111926912ffcba65b1 (patch)
tree16f636e0b087294e5b30700d938253ba6d5454b1 /localuserconfig
parent0bfbd00629776107ce521f70f3c1664f86ae68d1 (diff)
Comment out whole warning contruct.
Diffstat (limited to 'localuserconfig')
-rwxr-xr-xlocaluserconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/localuserconfig b/localuserconfig
index c5a7792..8a3b044 100755
--- a/localuserconfig
+++ b/localuserconfig
@@ -3,7 +3,7 @@
# /usr/local/bin/localuserconfig
# Copyright 2004 Jonas Smedegaard <dr@jones.dk>
#
-# $Id: localuserconfig,v 1.2 2004-04-15 22:46:16 jonas Exp $
+# $Id: localuserconfig,v 1.3 2004-04-15 22:53:20 jonas Exp $
#
# Set/change local account settings
#
@@ -140,11 +140,11 @@ if [ "$do_server" = "yes" ]; then
fi
fi
-if [ "$root_required" = "yes" ]; then
+#if [ "$root_required" = "yes" ]; then
# echo "Note: Some of the current setup requires action by systems administrator"
#TODO: send email to root, unless invoked by root
#TODO: Collect actual items needing attention, to print and include in email
-fi
+#fi
exit 0
#FIXME: The remaining is to be implemented (lifted from user-init)