summaryrefslogtreecommitdiffstats
path: root/named.init
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 03:36:34 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 03:36:34 +0000
commitd6fdf5a03369c6240d2a4beb49fb449152df3b8d (patch)
tree7dcefd021c0c40781a5ba4f81cc3de873bc049a8 /named.init
parent86fb37f71fd3eff888633d58cf88d6120e08b78a (diff)
downloadbind-d6fdf5a03369c6240d2a4beb49fb449152df3b8d.tar.gz
bind-d6fdf5a03369c6240d2a4beb49fb449152df3b8d.tar.xz
bind-d6fdf5a03369c6240d2a4beb49fb449152df3b8d.zip
auto-import changelog data from bind-9.2.3-13.src.rpmbind-9_2_3-13
Fri Mar 26 2004 Daniel Walsh <dwalsh@redhat.com> 9.2.3-13 - Fix location of restorecon Thu Mar 25 2004 Daniel Walsh <dwalsh@redhat.com> 9.2.3-12 - Tighten security on config files. Should be owned by root Thu Mar 25 2004 Daniel Walsh <dwalsh@redhat.com> 9.2.3-11 - Update key patch to include conf-keygen Tue Mar 23 2004 Daniel Walsh <dwalsh@redhat.com> 9.2.3-10 - fix chroot to only happen once. - fix init script to do kill insteall of killall
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 $?