Browse Source

Don't print cfsd output on start.

OPENBSD_2_5
fgsch 25 years ago
parent
commit
f9d149b779
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/rc.local

+ 2
- 2
src/etc/rc.local View File

@ -1,4 +1,4 @@
# $OpenBSD: rc.local,v 1.23 1998/06/15 18:41:12 deraadt Exp $
# $OpenBSD: rc.local,v 1.24 1999/03/01 04:41:48 fgsch Exp $
# site-specific startup actions, daemons, and other things which
# can be done AFTER your system goes into securemode. For actions
@ -17,7 +17,7 @@ fi
if [ -x /usr/local/sbin/cfsd ]; then
if ps auxc | grep -q '^ *root .* mountd$'; then
echo -n ' cfsd'; /usr/local/sbin/cfsd
echo -n ' cfsd'; /usr/local/sbin/cfsd >/dev/null 2>&1
mount -o port=3049,nfsv2,intr localhost:/null /crypt
else
echo -n ' cfsd (failed, no mountd running)'


Loading…
Cancel
Save