summaryrefslogtreecommitdiffstats
path: root/package/mpd
diff options
context:
space:
mode:
authorCarlos Santos <casantos@datacom.ind.br>2018-04-15 23:29:27 -0300
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-04-16 07:34:43 +0200
commit4e1219462670b6ce8d9f4a7717ed579805dffec6 (patch)
tree7a02a5ef41587ac934a3720902520a5b3b29fc63 /package/mpd
parentef0b7e752177254de38873a35b0383a32857e28c (diff)
downloadbuildroot-4e1219462670b6ce8d9f4a7717ed579805dffec6.tar.gz
buildroot-4e1219462670b6ce8d9f4a7717ed579805dffec6.zip
mpd: don't test if the binary exists in the init script
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>
Diffstat (limited to 'package/mpd')
-rw-r--r--package/mpd/S95mpd1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/mpd/S95mpd b/package/mpd/S95mpd
index 9f68b45837..a258930b3e 100644
--- 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() {
OpenPOWER on IntegriCloud