aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1997-09-13 09:29:21 +0000
committerBrian Somers <brian@FreeBSD.org>1997-09-13 09:29:21 +0000
commitedb0d8e9fcc325435e2954282e9681801deeafa0 (patch)
tree180d0cab589b3edd6bf9f516f662eda041de2def /etc
parentdb29071bdb542284bc78c97375d6fbafd007cd63 (diff)
downloadsrc-edb0d8e9fcc325435e2954282e9681801deeafa0.tar.gz
src-edb0d8e9fcc325435e2954282e9681801deeafa0.zip
Don't redirect "mount -t -o nfs" to null
Notes
Notes: svn path=/head/; revision=29319
Diffstat (limited to 'etc')
-rw-r--r--etc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index 626c38b8fe5c..2be8b87cdd14 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]*