diff options
author | Miles Bader <miles@gnu.org> | 1997-05-27 03:11:17 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-05-27 03:11:17 +0000 |
commit | 985cee39690ddf9fa44553c203a634e1a19b3e01 (patch) | |
tree | 7ea7b415a9cf8bb140d5cb4f0dcea23360ee471d | |
parent | 5dd5005bd76eb3175863d2b458d6b5227dccf78a (diff) |
Say to use `su' rather than `sush root'.
-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 c8bc40ba..46a32169 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 \`sush root'." + echo "Don't login as root; use \`su'." fi |