summaryrefslogtreecommitdiff
path: root/package/bind/files
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-08-19 11:24:46 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2024-08-19 11:24:46 +0200
commit0dc8d19a0ecd391b400c0c544ef6426c09c655f5 (patch)
tree2c5efc6e74ef21e77dfe42f812fd927791910514 /package/bind/files
parent7560a6175c11dc2ef5c9438908146d1a25aa9c14 (diff)
bind: update to 9.18.28
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 e853202b4..2bc4b952d 100644
--- a/package/bind/files/named.init
+++ b/package/bind/files/named.init
@@ -12,7 +12,7 @@ autostop) ;;
;;
start)
if [ -f /etc/bind/named.conf ]; then
- /usr/sbin/named -c /etc/bind/named.conf
+ /usr/sbin/named -c /etc/bind/named.conf &
fi
;;
stop)