summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-07-19 03:42:43 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-07-19 03:42:43 +0000
commit8ad48f6ce444648397d82b107cd196c24599d7cb (patch)
tree1dbc9e6c691521e74a48a9df2b7944366a4c0922 /config
parentf030ef4e9d02fc0c88113a569773e49d629e9aa2 (diff)
*** empty log message ***
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog7
-rw-r--r--config/fstab2
-rw-r--r--config/root-.profile1
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