Fix pr 4587 (from Matthias Scheler) -- pause slightly after xfs starts.

This commit is contained in:
perry 1998-01-09 21:57:17 +00:00
parent 3891a64da7
commit 30e556f4e5
1 changed files with 2 additions and 1 deletions

3
etc/rc
View File

@ -1,4 +1,4 @@
# $NetBSD: rc,v 1.97 1997/11/23 04:17:57 mrg Exp $ # $NetBSD: rc,v 1.98 1998/01/09 21:57:17 perry Exp $
# originally from: @(#)rc 8.2 (Berkeley) 3/17/94 # originally from: @(#)rc 8.2 (Berkeley) 3/17/94
# System startup script run by init on autoboot # System startup script run by init on autoboot
@ -413,6 +413,7 @@ fi
# Start xfs before boot daemons, so its ready before client xterminals. # Start xfs before boot daemons, so its ready before client xterminals.
if checkyesno xfs; then if checkyesno xfs; then
echo -n ' xfs'; xfs $xfs_flags & echo -n ' xfs'; xfs $xfs_flags &
sleep 2
fi fi
if checkyesno rarpd; then if checkyesno rarpd; then