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
This commit is contained in:
parent
26969db14b
commit
c013b560f3
4
etc/rc
4
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]*
|
||||
|
Loading…
Reference in New Issue
Block a user