diff options
author | Miles Bader <miles@gnu.org> | 1997-06-26 17:56:27 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-06-26 17:56:27 +0000 |
commit | d03f6780f6582ee59512b61ff74a5126c0d09d65 (patch) | |
tree | 4f6cc2e8abc640666486b846231ece97de6a0656 /config | |
parent | e32a94ba3845214eaeb7c66742abdaf0342545f2 (diff) |
Recommend using `addauth root'.
Diffstat (limited to 'config')
-rw-r--r-- | config/root-.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/root-.profile b/config/root-.profile index 46a32169..ac5d42d9 100644 --- a/config/root-.profile +++ b/config/root-.profile @@ -12,5 +12,5 @@ if [ "$UHOME" -a -r "$UHOME/.root_profile" ]; then else PATH=/sbin:/bin:/local/bin export PATH - echo "Don't login as root; use \`su'." + echo "Don't login as root; use \`addauth root' or \`su'." fi |