mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 08:14:32 +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/
|
logdir=/var/log/named/
|
||||||
cachedir=/var/cache/bind
|
cachedir=/var/cache/bind
|
||||||
libdir=/var/lib/bind
|
libdir=/var/lib/bind
|
||||||
config_file=/etc/bind/named.conf
|
|
||||||
|
|
||||||
fix_perms() {
|
fix_perms() {
|
||||||
for dir in $libdir $logdir $cachedir; do
|
for dir in $libdir $logdir $cachedir; do
|
||||||
|
|||||||
Reference in New Issue
Block a user