summaryrefslogtreecommitdiffstats
path: root/named.init
diff options
context:
space:
mode:
Diffstat (limited to 'named.init')
-rwxr-xr-xnamed.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/named.init b/named.init
index 21f731c..6dfd476 100755
--- a/named.init
+++ b/named.init
@@ -71,7 +71,7 @@ restart() {
}
reload() {
echo -n $"Reloading $prog: "
- /usr/sbin/rndc reload >/dev/null 2>&1 || /usr/bin/killall -HUP `/sbin/pidof -o %PPID named`
+ /usr/sbin/rndc reload >/dev/null 2>&1 || /usr/bin/kill -HUP `/sbin/pidof -o %PPID named`
[ "$?" -eq 0 ] && success $"$prog reload" || failure $"$prog reload"
echo
return $?