summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Teaford Cowan <bcowan@gentoo.org>2003-01-08 19:28:16 +0000
committerBrad Teaford Cowan <bcowan@gentoo.org>2003-01-08 19:28:16 +0000
commitb1cc9d09e8c4287adae746d538e71c00c509d3a0 (patch)
tree89485f88086bfd444212b8e317af34a249b93a80 /net-dns
parentppc -> ~ppc since I have no ppc boxen to test it on, but believe it should work. (diff)
downloadhistorical-b1cc9d09e8c4287adae746d538e71c00c509d3a0.tar.gz
historical-b1cc9d09e8c4287adae746d538e71c00c509d3a0.tar.bz2
historical-b1cc9d09e8c4287adae746d538e71c00c509d3a0.zip
fixor
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/bind/files/named.rc54
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 ${@}