Browse Source

start rpc.statd together with rpc.lockd

"just get it in" deraadt
OPENBSD_4_4
sturm 16 years ago
parent
commit
e55053ef90
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/etc/rc

+ 2
- 1
src/etc/rc View File

@ -1,4 +1,4 @@
# $OpenBSD: rc,v 1.316 2008/06/09 22:21:49 mbalmer Exp $
# $OpenBSD: rc,v 1.317 2008/06/15 04:49:34 sturm Exp $
# System startup script run by init on autoboot
# or after single-user.
@ -397,6 +397,7 @@ if [ X"${nfs_server}" = X"YES" -a -s /etc/exports -a \
echo -n ' nfsd'; nfsd ${nfsd_flags}
if [ X"${lockd}" = X"YES" ]; then
echo -n ' rpc.lockd'; rpc.lockd
echo -n ' rpc.statd'; rpc.statd
fi
fi


Loading…
Cancel
Save