summaryrefslogtreecommitdiffstats
path: root/testing/mpd/mpd.initd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-09-10 20:13:21 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-09-10 20:13:21 +0000
commit9d6a914564bea24b1b19a31274c0f5053e8aba45 (patch)
tree66d41adcaf6d8fb45657d85fa6ffec3cf967d996 /testing/mpd/mpd.initd
parent8a10d5ea136c6297ca53bf56596e00011e8df89c (diff)
testing/mpd: fix default config and init.d script
Diffstat (limited to 'testing/mpd/mpd.initd')
-rw-r--r--testing/mpd/mpd.initd4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/mpd/mpd.initd b/testing/mpd/mpd.initd
index 7601ed4f27d..e840357601d 100644
--- a/testing/mpd/mpd.initd
+++ b/testing/mpd/mpd.initd
@@ -3,7 +3,7 @@
# init.d file for music player daemon
NAME=mpd
-DAEMON=/usr/sbin/$NAME
+DAEMON=/usr/bin/$NAME
CONF=/etc/mpd.conf
depend() {
@@ -23,7 +23,7 @@ get_pidfile() {
}
start() {
- checkconf || return 1
+ checkconfig || return 1
get_pidfile
ebegin "Starting ${NAME}"
start-stop-daemon --start --quiet \