summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-05-15 19:50:59 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-05-15 19:50:59 +0000
commit80a0428f9896ba87f5939e63d84cdd0c5ab5ee25 (patch)
treebbc0c51fe6b0b5e03684d0357776bb0e147aa115 /etc/rc
parente8fd58285efe685b528e81ac1525a223eff096f6 (diff)
downloadFreeBSD-src-80a0428f9896ba87f5939e63d84cdd0c5ab5ee25.zip
FreeBSD-src-80a0428f9896ba87f5939e63d84cdd0c5ab5ee25.tar.gz
The ``mount -a -t nfs'' should never have been backgrounded. If you
have non-critical nfs volumes in /etc/fstab they should have option bg on them. The behavior of the system is more tuneable this way, and allows a slow mounting /usr over nfs to work. Submitted by: bde
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index 33a4cda..8220376 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: rc,v 1.64 1995/05/11 21:11:17 jkh Exp $
+# $Id: rc,v 1.65 1995/05/15 08:39:08 davidg Exp $
# From: @(#)rc 5.27 (Berkeley) 6/5/91
# System startup script run by init on autoboot
@@ -99,7 +99,7 @@ if [ -f /etc/netstart ]; then
sh /etc/netstart
fi
-mount -a -t nfs >/dev/null 2>&1 & # XXX shouldn't need background
+mount -a -t nfs >/dev/null 2>&1
# Whack the pty perms back into shape.
chmod 666 /dev/tty[pqrs]*
OpenPOWER on IntegriCloud