summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/bthidd
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2008-07-16 19:50:29 +0000
committerdougb <dougb@FreeBSD.org>2008-07-16 19:50:29 +0000
commitf25eee8d084ce366e923c31de49ee7b70e45eb7b (patch)
treeaf00fb309082246af0dae291a56697c30c1186ef /etc/rc.d/bthidd
parentcc4d6b8e361ce50aa93c3f4afdc47d2fe27578a5 (diff)
downloadFreeBSD-src-f25eee8d084ce366e923c31de49ee7b70e45eb7b.zip
FreeBSD-src-f25eee8d084ce366e923c31de49ee7b70e45eb7b.tar.gz
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.
Diffstat (limited to 'etc/rc.d/bthidd')
-rwxr-xr-xetc/rc.d/bthidd2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/bthidd b/etc/rc.d/bthidd
index 5a784f6..907305e 100755
--- a/etc/rc.d/bthidd
+++ b/etc/rc.d/bthidd
@@ -6,7 +6,7 @@
# PROVIDE: bthidd
# REQUIRE: DAEMON hcsecd
# BEFORE: LOGIN
-# KEYWORD: nojail
+# KEYWORD: nojail shutdown
. /etc/rc.subr
OpenPOWER on IntegriCloud