summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-08-20 11:22:52 +0000
committerphk <phk@FreeBSD.org>1998-08-20 11:22:52 +0000
commit82dd2415b5d115e2f2d88c58f00538430eb3694d (patch)
treef7fabbf05041728aaf76c342d67aa96f9373948b
parent0c47a30d50ae5d445fee4feb919e88eda179d382 (diff)
downloadFreeBSD-src-82dd2415b5d115e2f2d88c58f00538430eb3694d.zip
FreeBSD-src-82dd2415b5d115e2f2d88c58f00538430eb3694d.tar.gz
Fix my blunder in my previous commit here.
-rw-r--r--etc/rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc b/etc/rc
index fe888d7..454014c 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: rc,v 1.148 1998/08/10 19:53:50 brian Exp $
+# $Id: rc,v 1.149 1998/08/14 06:49:05 phk Exp $
# From: @(#)rc 5.27 (Berkeley) 6/5/91
# System startup script run by init on autoboot
@@ -76,9 +76,7 @@ fi
umount -a >/dev/null 2>&1
-echo -n "Mounting NFS file systems"
mount -a -t nonfs
-echo .
if [ $? != 0 ]; then
echo "Filesystem mount failed, startup aborted"
exit 1
@@ -139,7 +137,9 @@ if [ -f /etc/rc.network ]; then
network_pass1
fi
+echo -n "Mounting NFS file systems"
mount -a -t nfs
+echo .
# Whack the pty perms back into shape.
chmod 666 /dev/tty[pqrsPQRS]*
OpenPOWER on IntegriCloud