projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef0b7e7
)
mpd: don't test if the binary exists in the init script
author
Carlos Santos
<casantos@datacom.ind.br>
Mon, 16 Apr 2018 02:29:27 +0000
(23:29 -0300)
committer
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Mon, 16 Apr 2018 05:34:43 +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/mpd/S95mpd
patch
|
blob
|
history
diff --git
a/package/mpd/S95mpd
b/package/mpd/S95mpd
index 9f68b45837b12f839773552f4e407318369e5075..a258930b3ec7b6cabfc3441ae9ee1b0832d709e2 100644
(file)
--- a/
package/mpd/S95mpd
+++ b/
package/mpd/S95mpd
@@
-1,7
+1,6
@@
#!/bin/sh
# Sanity checks
-test -f /usr/bin/mpd || exit 0
test -f /etc/mpd.conf || exit 0
start() {