projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e72bb38
)
dnsmasq: don't test if the binary exists in the init script
author
Carlos Santos
<casantos@datacom.ind.br>
Mon, 16 Apr 2018 02:29:23 +0000
(23:29 -0300)
committer
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Mon, 16 Apr 2018 05:34:38 +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/dnsmasq/S80dnsmasq
patch
|
blob
|
history
diff --git
a/package/dnsmasq/S80dnsmasq
b/package/dnsmasq/S80dnsmasq
index d2f8b0f6b4dca65271584fbdd9eaa288abe65430..b052259e87f127c0eec507e5b1114e0ce5e8186b 100755
(executable)
--- a/
package/dnsmasq/S80dnsmasq
+++ b/
package/dnsmasq/S80dnsmasq
@@
-1,6
+1,5
@@
#!/bin/sh
-[ -x /usr/sbin/dnsmasq ] || exit 0
[ -f /etc/dnsmasq.conf ] || exit 0
case "$1" in