From e55053ef909b0b0a2e198e03828bd8e0745ef328 Mon Sep 17 00:00:00 2001 From: sturm <> Date: Sun, 15 Jun 2008 04:49:34 +0000 Subject: [PATCH] start rpc.statd together with rpc.lockd "just get it in" deraadt --- src/etc/rc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/etc/rc b/src/etc/rc index 828ac82f..68bac01b 100644 --- a/src/etc/rc +++ b/src/etc/rc @@ -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