projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83781f1
)
bind: don't test if the binary exists in the init script
author
Carlos Santos
<casantos@datacom.ind.br>
Mon, 16 Apr 2018 02:29:19 +0000
(23:29 -0300)
committer
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Mon, 16 Apr 2018 05:34:33 +0000
(07:34 +0200)
The test doesn't make sense. It just exits without any error if the
binary doesn't exist, which is silly.
Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/bind/S81named
patch
|
blob
|
history
diff --git
a/package/bind/S81named
b/package/bind/S81named
index bc4bb0f246f893b812beca0870bea0e4530a087e..1da3008ae2c59c62b800e148a8ce0619874cbe47 100644
(file)
--- a/
package/bind/S81named
+++ b/
package/bind/S81named
@@
-3,7
+3,6
@@
CONFIG=/etc/bind/named.conf
DAEMON=/usr/sbin/named
-[ -x $DAEMON ] || exit 0
[ -f $CONFIG ] || exit 0
case "$1" in