summaryrefslogtreecommitdiff
path: root/localuserconfig
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2004-04-15 22:46:16 +0000
committerJonas Smedegaard <dr@jones.dk>2004-04-15 22:46:16 +0000
commit0bfbd00629776107ce521f70f3c1664f86ae68d1 (patch)
treebf3aa487ed62cb786498bf9b38b5ac65102279cf /localuserconfig
parentef3243ff91c6a97c248d74a4c7026ae1e6a38f51 (diff)
Shut up (for now) warning about required changes by root.
Diffstat (limited to 'localuserconfig')
-rwxr-xr-xlocaluserconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/localuserconfig b/localuserconfig
index 3a3f969..c5a7792 100755
--- a/localuserconfig
+++ b/localuserconfig
@@ -3,7 +3,7 @@
# /usr/local/bin/localuserconfig
# Copyright 2004 Jonas Smedegaard <dr@jones.dk>
#
-# $Id: localuserconfig,v 1.1 2004-04-15 22:30:04 jonas Exp $
+# $Id: localuserconfig,v 1.2 2004-04-15 22:46:16 jonas Exp $
#
# Set/change local account settings
#
@@ -141,7 +141,7 @@ if [ "$do_server" = "yes" ]; then
fi
if [ "$root_required" = "yes" ]; then
- echo "Note: Some of the current setup requires action by systems administrator"
+# 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