From 9d6a914564bea24b1b19a31274c0f5053e8aba45 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 10 Sep 2009 20:13:21 +0000 Subject: testing/mpd: fix default config and init.d script --- testing/mpd/mpd.initd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/mpd/mpd.initd') diff --git a/testing/mpd/mpd.initd b/testing/mpd/mpd.initd index 7601ed4f27..e840357601 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 \ -- cgit v1.2.3