summaryrefslogtreecommitdiffstats
path: root/openwrt/package/bind/files/named.init
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/package/bind/files/named.init')
-rwxr-xr-xopenwrt/package/bind/files/named.init5
1 files changed, 0 insertions, 5 deletions
diff --git a/openwrt/package/bind/files/named.init b/openwrt/package/bind/files/named.init
deleted file mode 100755
index 97860b3b25..0000000000
--- a/openwrt/package/bind/files/named.init
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-if [ -f /etc/bind/named.conf ]; then
- named -c /etc/bind/named.conf
-fi