diff options
Diffstat (limited to 'openwrt/package/bind/files/named.init')
-rwxr-xr-x | openwrt/package/bind/files/named.init | 5 |
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 97860b3b2..000000000 --- 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 |