summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-09-13 09:29:21 +0000
committerbrian <brian@FreeBSD.org>1997-09-13 09:29:21 +0000
commitfeaeba35cd6a2eb29f6751f4ea6527b8966d49c8 (patch)
tree921d06655bd3ef0ba20d399bf6ee4127db6621d3 /etc/rc
parent0db42117ac254147b6559ee4f4d9904c3507b048 (diff)
downloadFreeBSD-src-feaeba35cd6a2eb29f6751f4ea6527b8966d49c8.zip
FreeBSD-src-feaeba35cd6a2eb29f6751f4ea6527b8966d49c8.tar.gz
Don't redirect "mount -t -o nfs" to null
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 626c38b..2be8b87 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id$
+# $Id: rc,v 1.135 1997/08/17 15:02:34 joerg Exp $
# From: @(#)rc 5.27 (Berkeley) 6/5/91
# System startup script run by init on autoboot
@@ -122,7 +122,7 @@ if [ -f /etc/rc.network ]; then
network_pass1
fi
-mount -a -t nfs >/dev/null 2>&1
+mount -a -t nfs
# Whack the pty perms back into shape.
chmod 666 /dev/tty[pqrsPQRS]*
OpenPOWER on IntegriCloud