summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/keyserv
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/keyserv
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/keyserv')
-rwxr-xr-xetc/rc.d/keyserv1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.d/keyserv b/etc/rc.d/keyserv
index 5792ad4..72188e0 100755
--- a/etc/rc.d/keyserv
+++ b/etc/rc.d/keyserv
@@ -8,6 +8,7 @@
# PROVIDE: keyserv
# REQUIRE: ypbind
# BEFORE: DAEMON
+# KEYWORD: shutdown
. /etc/rc.subr
OpenPOWER on IntegriCloud