summaryrefslogtreecommitdiff
path: root/distrib/sun3
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2001-09-16 04:56:54 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2001-09-16 04:56:54 +0000
commit34ba509ed35fbeb363e437e75203619a7b260fb4 (patch)
tree1dca222568ac29ad04eda7c9164a43b6f9ec60a5 /distrib/sun3
parentac10cf98a24f56b85d55f400aa8936fef30b6ffb (diff)
Shave a few byte; "mount -u" not "mount -o update"; Theo OK'd
Diffstat (limited to 'distrib/sun3')
-rw-r--r--distrib/sun3/miniroot/dot.profile4
-rw-r--r--distrib/sun3/ramdisk/dot.profile4
2 files changed, 4 insertions, 4 deletions
diff --git a/distrib/sun3/miniroot/dot.profile b/distrib/sun3/miniroot/dot.profile
index 125008c2373..befe9c9abcf 100644
--- a/distrib/sun3/miniroot/dot.profile
+++ b/distrib/sun3/miniroot/dot.profile
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.profile,v 1.3 2001/06/23 19:45:00 deraadt Exp $
+# $OpenBSD: dot.profile,v 1.4 2001/09/16 04:56:53 millert Exp $
#
# Copyright (c) 1995 Jason R. Thorpe
# Copyright (c) 1994 Christopher G. Demetriou
@@ -49,7 +49,7 @@ TERM=sun
if [ "X${DONEPROFILE}" = "X" ]; then
DONEPROFILE=YES
- mount_ffs -o update /dev/rd0a /
+ mount_ffs -u /dev/rd0a /
# set up some sane defaults
echo 'erase ^?, werase ^W, kill ^U, intr ^C, status ^T'
diff --git a/distrib/sun3/ramdisk/dot.profile b/distrib/sun3/ramdisk/dot.profile
index 6ce0b67c4bc..4129ace7688 100644
--- a/distrib/sun3/ramdisk/dot.profile
+++ b/distrib/sun3/ramdisk/dot.profile
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.profile,v 1.4 2001/06/23 19:45:01 deraadt Exp $
+# $OpenBSD: dot.profile,v 1.5 2001/09/16 04:56:53 millert Exp $
#
# Copyright (c) 1995 Jason R. Thorpe
# Copyright (c) 1994 Christopher G. Demetriou
@@ -49,7 +49,7 @@ TERM=sun
if [ "X${DONEPROFILE}" = "X" ]; then
DONEPROFILE=YES
- mount_ffs -o update /dev/rd0a /
+ mount_ffs -u /dev/rd0a /
# set up some sane defaults
echo 'erase ^?, werase ^W, kill ^U, intr ^C, status ^T'