summaryrefslogtreecommitdiff
path: root/distrib/macppc
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2001-09-17 14:52:19 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2001-09-17 14:52:19 +0000
commitd6ea0d9ca1ff19bb30c4a5f9683a3ee5750c21f2 (patch)
tree6a483c85039e36f5b45af40d36985b1275dcc654 /distrib/macppc
parent0e3265e9b0baf801c78b0f7777744af44425c7e3 (diff)
mount -u, not mount_ffs -u
Diffstat (limited to 'distrib/macppc')
-rw-r--r--distrib/macppc/ramdisk/dot.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/macppc/ramdisk/dot.profile b/distrib/macppc/ramdisk/dot.profile
index 8aad31cadc3..334454aaaa9 100644
--- a/distrib/macppc/ramdisk/dot.profile
+++ b/distrib/macppc/ramdisk/dot.profile
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.profile,v 1.2 2001/09/16 04:56:53 millert Exp $
+# $OpenBSD: dot.profile,v 1.3 2001/09/17 14:52:18 millert Exp $
#
# Copyright (c) 1994 Christopher G. Demetriou
# All rights reserved.
@@ -40,7 +40,7 @@ set -o emacs # emacs-style command line editing
if [ "X${DONEPROFILE}" = "X" ]; then
DONEPROFILE=YES
- mount_ffs -u /dev/rd0a /
+ mount -u /dev/rd0a /
# set up some sane defaults
echo 'erase ^?, werase ^W, kill ^U, intr ^C, status ^T'