diff options
author | Nikolay Sturm <sturm@cvs.openbsd.org> | 2008-06-15 04:49:35 +0000 |
---|---|---|
committer | Nikolay Sturm <sturm@cvs.openbsd.org> | 2008-06-15 04:49:35 +0000 |
commit | 4073a6bd3160ca310267ef6209c6ab6d400683b6 (patch) | |
tree | 360b3e96d878b3ed9c8ac9d42ff5bc50ceb17564 /etc/rc | |
parent | d0f0e294512e78991d770f3c4557bb8d9e45e005 (diff) |
start rpc.statd together with rpc.lockd
"just get it in" deraadt
Diffstat (limited to 'etc/rc')
-rw-r--r-- | etc/rc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |