summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/sdpd
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/sdpd
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/sdpd')
-rwxr-xr-xetc/rc.d/sdpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/sdpd b/etc/rc.d/sdpd
index ccf2257..acaf380 100755
--- a/etc/rc.d/sdpd
+++ b/etc/rc.d/sdpd
@@ -6,7 +6,7 @@
# PROVIDE: sdpd
# REQUIRE: DAEMON
# BEFORE: LOGIN
-# KEYWORD: nojail
+# KEYWORD: nojail shutdown
. /etc/rc.subr
OpenPOWER on IntegriCloud