summaryrefslogtreecommitdiff
path: root/net/unbound
diff options
context:
space:
mode:
authorroy <roy>2009-11-24 01:08:06 +0000
committerroy <roy>2009-11-24 01:08:06 +0000
commit7d0ffca3bb7d8fcbf92a7dfd71e7ed8cd10c3871 (patch)
treed8d12f15cf271187522bf34b222b8568b98aecab /net/unbound
parent524f53cb0b41ecdd3d0f70e62f1cfaab518bccc9 (diff)
downloadpkgsrc-7d0ffca3bb7d8fcbf92a7dfd71e7ed8cd10c3871.tar.gz
Add the reload command.
Diffstat (limited to 'net/unbound')
-rw-r--r--net/unbound/files/unbound.sh3
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"