diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 7 | ||||
-rw-r--r-- | config/fstab | 2 | ||||
-rw-r--r-- | config/root-.profile | 1 |
3 files changed, 9 insertions, 1 deletions
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 <mib@gnu.ai.mit.edu> + + * 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 <miles@gnu.ai.mit.edu> * 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 |