diff options
author | dougb <dougb@FreeBSD.org> | 2008-07-16 19:50:29 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2008-07-16 19:50:29 +0000 |
commit | f25eee8d084ce366e923c31de49ee7b70e45eb7b (patch) | |
tree | af00fb309082246af0dae291a56697c30c1186ef /etc/rc.d/apmd | |
parent | cc4d6b8e361ce50aa93c3f4afdc47d2fe27578a5 (diff) | |
download | FreeBSD-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/apmd')
-rwxr-xr-x | etc/rc.d/apmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/apmd b/etc/rc.d/apmd index 7b56d2f..c2d6967 100755 --- a/etc/rc.d/apmd +++ b/etc/rc.d/apmd @@ -6,7 +6,7 @@ # PROVIDE: apmd # REQUIRE: DAEMON apm # BEFORE: LOGIN -# KEYWORD: nojail +# KEYWORD: nojail shutdown . /etc/rc.subr |