diff options
author | Jonas Smedegaard <dr@jones.dk> | 2004-04-16 13:53:17 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2004-04-16 13:53:17 +0000 |
commit | a526c944fafb38fca498d0e2aab1857154fac42e (patch) | |
tree | 3a98f02623d0858eb278dd56a6f62badf48caa8f /localuserconfig | |
parent | 453014af6fb5d935cc34e26a32293d46093646c0 (diff) |
Add TODO about re-enabling root intervention warning.
Diffstat (limited to 'localuserconfig')
-rwxr-xr-x | localuserconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/localuserconfig b/localuserconfig index e84cdf3..3a8f605 100755 --- a/localuserconfig +++ b/localuserconfig @@ -3,7 +3,7 @@ # /usr/local/bin/localuserconfig # Copyright 2004 Jonas Smedegaard <dr@jones.dk> # -# $Id: localuserconfig,v 1.5 2004-04-15 23:06:44 jonas Exp $ +# $Id: localuserconfig,v 1.6 2004-04-16 13:53:17 jonas Exp $ # # Set/change local account settings # @@ -144,6 +144,7 @@ fi #if [ "$root_required" = "yes" ]; then # echo "Note: Some of the current setup requires action by systems administrator" +#TODO: Re-enable this, but only when able to suppress by root #TODO: send email to root, unless invoked by root #TODO: Collect actual items needing attention, to print and include in email #fi |