mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
net/bind: Little cleaning in named.init
The variable "config_file" appears twice. Signed-off-by: DonkZZ donk@evhr.net
This commit is contained in:
@@ -13,7 +13,6 @@ pid_file=/var/run/named/named.pid
|
||||
logdir=/var/log/named/
|
||||
cachedir=/var/cache/bind
|
||||
libdir=/var/lib/bind
|
||||
config_file=/etc/bind/named.conf
|
||||
|
||||
fix_perms() {
|
||||
for dir in $libdir $logdir $cachedir; do
|
||||
|
||||
Reference in New Issue
Block a user