projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fae7df9
)
net/bind: Little cleaning in named.init
author
DonkZZ
<DonkZZ@users.noreply.github.com>
Sun, 20 Mar 2016 13:29:36 +0000
(14:29 +0100)
committer
Zoltan HERPAI
<wigyori@uid0.hu>
Thu, 9 Nov 2017 19:57:55 +0000
(20:57 +0100)
The variable "config_file" appears twice.
Signed-off-by: DonkZZ donk@evhr.net
net/bind/files/named.init
patch
|
blob
|
history
diff --git
a/net/bind/files/named.init
b/net/bind/files/named.init
index 2ef7797ba0018ac7c4fca9fb765615255b13ebd9..b7876d9e1d8c9bb74583b2d61df01bb05e499dfb 100644
(file)
--- a/
net/bind/files/named.init
+++ b/
net/bind/files/named.init
@@
-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