aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.d/devd
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/devd
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/devd')
-rwxr-xr-xetc/rc.d/devd2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/devd b/etc/rc.d/devd
index 7b0df846d5eb..8ce575a8cd35 100755
--- a/etc/rc.d/devd
+++ b/etc/rc.d/devd
@@ -6,7 +6,7 @@
# PROVIDE: devd
# REQUIRE: netif network_ipv6
# BEFORE: NETWORKING mountcritremote
-# KEYWORD: nojail
+# KEYWORD: nojail shutdown
. /etc/rc.subr