diff options
author | fredb <fredb@pkgsrc.org> | 2003-01-26 00:48:24 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2003-01-26 00:48:24 +0000 |
commit | 792b06e890883edda8ba664e4808032b7a0aaf36 (patch) | |
tree | dfbecfef25108e23d1d3f33c85a9448caff2235b | |
parent | e2ff6fd7a475c592ba373612c4ecbd1f4bfa6c8d (diff) | |
download | pkgsrc-792b06e890883edda8ba664e4808032b7a0aaf36.tar.gz |
Add "shutdown" keyword to a couple of the daemons, so they're down before
the SIGHUP to all process causes them to reload their config files.
-rw-r--r-- | sysutils/ups-nut/files/upsd.sh | 3 | ||||
-rw-r--r-- | sysutils/ups-nut/files/upsmon.sh | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/ups-nut/files/upsd.sh b/sysutils/ups-nut/files/upsd.sh index d2e23d55590..a587cae0ccb 100644 --- a/sysutils/ups-nut/files/upsd.sh +++ b/sysutils/ups-nut/files/upsd.sh @@ -1,9 +1,10 @@ #!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: upsd.sh,v 1.5 2002/09/20 02:02:01 grant Exp $ +# $NetBSD: upsd.sh,v 1.6 2003/01/26 00:48:24 fredb Exp $ # # PROVIDE: upsd # REQUIRE: upsdriver +# KEYWORD: shutdown if [ -f /etc/rc.subr ] then diff --git a/sysutils/ups-nut/files/upsmon.sh b/sysutils/ups-nut/files/upsmon.sh index 94d104a7f47..23c7e7dbb84 100644 --- a/sysutils/ups-nut/files/upsmon.sh +++ b/sysutils/ups-nut/files/upsmon.sh @@ -1,9 +1,10 @@ #!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: upsmon.sh,v 1.4 2002/09/20 02:02:01 grant Exp $ +# $NetBSD: upsmon.sh,v 1.5 2003/01/26 00:48:24 fredb Exp $ # # PROVIDE: upsmon # REQUIRE: upsd +# KEYWORD: shutdown if [ -f /etc/rc.subr ] then |