projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7183a0e
)
dhcpcd: don't test if the binary exists in the init script
author
Carlos Santos
<casantos@datacom.ind.br>
Mon, 16 Apr 2018 02:29:21 +0000
(23:29 -0300)
committer
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Mon, 16 Apr 2018 05:34:36 +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/dhcpcd/S41dhcpcd
patch
|
blob
|
history
diff --git
a/package/dhcpcd/S41dhcpcd
b/package/dhcpcd/S41dhcpcd
index a2e87ca054166ac3e1860eb56d80da40f632eeef..3e5c22f715b17a450f31d7869d296c9f63ea9c1d 100755
(executable)
--- a/
package/dhcpcd/S41dhcpcd
+++ b/
package/dhcpcd/S41dhcpcd
@@
-7,7
+7,6
@@
DAEMON=/sbin/dhcpcd
CONFIG=/etc/dhcpcd.conf
PIDFILE=/var/run/dhcpcd.pid
-[ -x $DAEMON ] || exit 0
[ -f $CONFIG ] || exit 0
case "$1" in