diff options
author | roy <roy> | 2009-11-24 01:08:06 +0000 |
---|---|---|
committer | roy <roy> | 2009-11-24 01:08:06 +0000 |
commit | d2f099d4d91a347afe485a885f3c8f7b4cab8d03 (patch) | |
tree | d8d12f15cf271187522bf34b222b8568b98aecab /net | |
parent | 41103abf43eef11faca09440678e7a648e6bd17a (diff) | |
download | pkgsrc-d2f099d4d91a347afe485a885f3c8f7b4cab8d03.tar.gz |
Add the reload command.
Diffstat (limited to 'net')
-rw-r--r-- | net/unbound/files/unbound.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/unbound/files/unbound.sh b/net/unbound/files/unbound.sh index 9cb7dfb8cb5..a6b77dfd7c4 100644 --- a/net/unbound/files/unbound.sh +++ b/net/unbound/files/unbound.sh @@ -1,6 +1,6 @@ #!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: unbound.sh,v 1.1.1.1 2008/05/26 22:36:56 joerg Exp $ +# $NetBSD: unbound.sh,v 1.2 2009/11/24 01:08:06 roy Exp $ # # PROVIDE: unbound # REQUIRE: DAEMON @@ -13,6 +13,7 @@ rcvar=${name} command=@PREFIX@/sbin/${name} pidfile=/var/run/${name}.pid +extra_commands="reload" load_rc_config ${name} run_rc_command "$1" |