From 8ad48f6ce444648397d82b107cd196c24599d7cb Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 19 Jul 1996 03:42:43 +0000 Subject: *** empty log message *** --- config/ChangeLog | 7 +++++++ config/fstab | 2 +- config/root-.profile | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/ChangeLog b/config/ChangeLog index 2e086f2b..a27ab48a 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,10 @@ +Thu Jul 18 17:24:55 1996 Michael I. Bushnell, p/BSG + + * root-.profile: Echo usual noisy message. + + * fstab: Comment out example entry so it doesn't get incorrectly + used by accident. + Wed Jul 17 17:09:06 1996 Miles Bader * root-.bashrc: Fixup test and source of user's .root_bashrc. diff --git a/config/fstab b/config/fstab index e33c52f0..618ba992 100644 --- a/config/fstab +++ b/config/fstab @@ -2,4 +2,4 @@ # # Disk device Mount point Format rw/ro dump fsckpassno # -/dev/rsd0a / ufs rw 1 1 +#/dev/rsd0a / ufs rw 1 1 diff --git a/config/root-.profile b/config/root-.profile index 5a2188db..1e7e1009 100644 --- a/config/root-.profile +++ b/config/root-.profile @@ -12,4 +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." fi -- cgit v1.2.3