summaryrefslogtreecommitdiff
path: root/package/bind/files
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-04 17:49:31 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-04 17:49:31 +0100
commit6045422139a0dbbefaf508b1343f11535d6b104e (patch)
tree40b9addde163397c5639279186e1b49a0705f05c /package/bind/files
parent9f3987b09bded00d382e3fdd99bdf1afe106455f (diff)
parent5d93cc6de511d5330d0d0c7a0ebae8e6c9638e3d (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/bind/files')
-rw-r--r--package/bind/files/named.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/bind/files/named.init b/package/bind/files/named.init
index ce0c0abfa..b2052c1d3 100644
--- a/package/bind/files/named.init
+++ b/package/bind/files/named.init
@@ -15,7 +15,7 @@ autostop) ;;
fi
;;
stop)
- killall named
+ pkill named
;;
restart)
sh $0 stop