diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-09-16 04:56:54 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-09-16 04:56:54 +0000 |
commit | 34ba509ed35fbeb363e437e75203619a7b260fb4 (patch) | |
tree | 1dca222568ac29ad04eda7c9164a43b6f9ec60a5 /distrib/mvme88k | |
parent | ac10cf98a24f56b85d55f400aa8936fef30b6ffb (diff) |
Shave a few byte; "mount -u" not "mount -o update"; Theo OK'd
Diffstat (limited to 'distrib/mvme88k')
-rw-r--r-- | distrib/mvme88k/miniroot/dot.profile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/mvme88k/miniroot/dot.profile b/distrib/mvme88k/miniroot/dot.profile index af1d6f34ce2..84f1105be67 100644 --- a/distrib/mvme88k/miniroot/dot.profile +++ b/distrib/mvme88k/miniroot/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.4 2001/06/23 19:44:48 deraadt Exp $ +# $OpenBSD: dot.profile,v 1.5 2001/09/16 04:56:53 millert Exp $ # $NetBSD: dot.profile,v 1.1 1995/12/18 22:54:43 pk Exp $ # # Copyright (c) 1995 Jason R. Thorpe @@ -57,7 +57,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 ^H, werase ^W, kill ^U, intr ^C, status ^T' |