aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.d/lockd
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2008-07-16 19:50:29 +0000
committerDoug Barton <dougb@FreeBSD.org>2008-07-16 19:50:29 +0000
commit04f0f225dd6e7385d69013002e9770207846216d (patch)
treeaf00fb309082246af0dae291a56697c30c1186ef /etc/rc.d/lockd
parent2b9851690c2169b48245ff1b770752f057251e85 (diff)
downloadsrc-04f0f225dd6e7385d69013002e9770207846216d.tar.gz
src-04f0f225dd6e7385d69013002e9770207846216d.zip
Add the shutdown KEYWORD to those scripts that start persistent services
to allow them to do a "clean" shutdown. I purposely avoided making changes to network-related stuff since the system shutting down is pretty conclusive, and there may be complicated dependencies on the network that I would rather not try to unravel. I also skipped kerberos-related stuff for the reasons above, and because I have no way to test it.
Notes
Notes: svn path=/head/; revision=180564
Diffstat (limited to 'etc/rc.d/lockd')
-rwxr-xr-xetc/rc.d/lockd2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/lockd b/etc/rc.d/lockd
index 809b2ff544fe..1a3fc6b8ee85 100755
--- a/etc/rc.d/lockd
+++ b/etc/rc.d/lockd
@@ -7,7 +7,7 @@
# PROVIDE: lockd
# REQUIRE: nfsserver nfsclient nfsd rpcbind statd
# BEFORE: DAEMON
-# KEYWORD: nojail
+# KEYWORD: nojail shutdown
. /etc/rc.subr