summaryrefslogtreecommitdiff
path: root/distrib/i386
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/i386
parentac10cf98a24f56b85d55f400aa8936fef30b6ffb (diff)
Shave a few byte; "mount -u" not "mount -o update"; Theo OK'd
Diffstat (limited to 'distrib/i386')
-rw-r--r--distrib/i386/floppies/common/dot.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/i386/floppies/common/dot.profile b/distrib/i386/floppies/common/dot.profile
index b4254352168..1c7237e53d2 100644
--- a/distrib/i386/floppies/common/dot.profile
+++ b/distrib/i386/floppies/common/dot.profile
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.profile,v 1.4 2001/06/23 19:44:41 deraadt Exp $
+# $OpenBSD: dot.profile,v 1.5 2001/09/16 04:56:52 millert Exp $
# $NetBSD: dot.profile,v 1.1 1995/12/18 22:54:43 pk Exp $
#
# Copyright (c) 1995 Jason R. Thorpe
@@ -50,7 +50,7 @@ EDITUBIN=/usr/bin
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'