diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-01-08 19:28:16 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-01-08 19:28:16 +0000 |
commit | b1cc9d09e8c4287adae746d538e71c00c509d3a0 (patch) | |
tree | 89485f88086bfd444212b8e317af34a249b93a80 /net-dns | |
parent | ppc -> ~ppc since I have no ppc boxen to test it on, but believe it should work. (diff) | |
download | historical-b1cc9d09e8c4287adae746d538e71c00c509d3a0.tar.gz historical-b1cc9d09e8c4287adae746d538e71c00c509d3a0.tar.bz2 historical-b1cc9d09e8c4287adae746d538e71c00c509d3a0.zip |
fixor
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/bind/files/named.rc5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/bind/files/named.rc5 b/net-dns/bind/files/named.rc5 index 9ef83aa2ecb8..73ff66b4c5c3 100644 --- a/net-dns/bind/files/named.rc5 +++ b/net-dns/bind/files/named.rc5 @@ -22,8 +22,8 @@ stop() { } restart() { - stop - start + svc_stop + svc_start } doservice ${@} |