diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-08-14 06:49:05 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-08-14 06:49:05 +0000 |
| commit | ab138b58a53af8c33d39cc9cc2115bc14cffc59f (patch) | |
| tree | b545823f53f18bdc0f2823007141377965aa9eb5 /etc | |
| parent | 9cd4d748f903aafb25e36dff2988340c01293e32 (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/rc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,5 @@ #!/bin/sh -# $Id: rc,v 1.147 1998/07/28 01:15:12 nectar Exp $ +# $Id: rc,v 1.148 1998/08/10 19:53:50 brian Exp $ # From: @(#)rc 5.27 (Berkeley) 6/5/91 # System startup script run by init on autoboot @@ -76,7 +76,9 @@ 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 |
