Fix my blunder in my previous commit here.

This commit is contained in:
Poul-Henning Kamp 1998-08-20 11:22:52 +00:00
parent 19df33b637
commit 09b51e49c7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38456

6
etc/rc
View File

@ -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]*