diff options
| author | cvsdist <cvsdist@fedoraproject.org> | 2004-09-09 03:36:34 +0000 |
|---|---|---|
| committer | cvsdist <cvsdist@fedoraproject.org> | 2004-09-09 03:36:34 +0000 |
| commit | d6fdf5a03369c6240d2a4beb49fb449152df3b8d (patch) | |
| tree | 7dcefd021c0c40781a5ba4f81cc3de873bc049a8 /named.init | |
| parent | 86fb37f71fd3eff888633d58cf88d6120e08b78a (diff) | |
| download | bind-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-x | named.init | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $? |
