summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/yppasswdd
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/yppasswdd
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/yppasswdd')
-rwxr-xr-xetc/rc.d/yppasswdd1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.d/yppasswdd b/etc/rc.d/yppasswdd
index 86e38ed..dcaa2f8 100755
--- a/etc/rc.d/yppasswdd
+++ b/etc/rc.d/yppasswdd
@@ -6,6 +6,7 @@
# PROVIDE: yppasswdd
# REQUIRE: ypserv ypbind
# BEFORE: LOGIN
+# KEYWORD: shutdown
. /etc/rc.subr
OpenPOWER on IntegriCloud