summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1997-05-27 03:11:17 +0000
committerMiles Bader <miles@gnu.org>1997-05-27 03:11:17 +0000
commit985cee39690ddf9fa44553c203a634e1a19b3e01 (patch)
tree7ea7b415a9cf8bb140d5cb4f0dcea23360ee471d /config
parent5dd5005bd76eb3175863d2b458d6b5227dccf78a (diff)
Say to use `su' rather than `sush root'.
Diffstat (limited to 'config')
-rw-r--r--config/root-.profile2
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