From 04267db69bd88d9e6f9f2ad457dbef1127e524f8 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Sun, 30 Nov 2014 02:27:37 +0000 Subject: [PATCH] Move nfsd requirement in lockd/statd to BEFORE: stanza in nfsd so the nfs server can be made optional --- etc/rc.d/lockd | 2 +- etc/rc.d/nfsd | 1 + etc/rc.d/statd | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/etc/rc.d/lockd b/etc/rc.d/lockd index 970477378a4..01a61daf310 100755 --- a/etc/rc.d/lockd +++ b/etc/rc.d/lockd @@ -5,7 +5,7 @@ # # PROVIDE: lockd -# REQUIRE: nfsclient nfsd rpcbind statd +# REQUIRE: nfsclient rpcbind statd # BEFORE: DAEMON # KEYWORD: nojail shutdown diff --git a/etc/rc.d/nfsd b/etc/rc.d/nfsd index b6e5a9db468..b023cdaa071 100755 --- a/etc/rc.d/nfsd +++ b/etc/rc.d/nfsd @@ -5,6 +5,7 @@ # PROVIDE: nfsd # REQUIRE: mountd hostname nfsuserd +# BEFORE: lockd statd # KEYWORD: nojail shutdown . /etc/rc.subr diff --git a/etc/rc.d/statd b/etc/rc.d/statd index 511983082a4..7bb20bf45c4 100755 --- a/etc/rc.d/statd +++ b/etc/rc.d/statd @@ -5,7 +5,7 @@ # # PROVIDE: statd -# REQUIRE: nfsclient nfsd rpcbind +# REQUIRE: nfsclient rpcbind # BEFORE: DAEMON # KEYWORD: nojail shutdown