Change mpfire default path to /var/mp3

removed empty database from packet (if path is not "/" it will autobuild)
removed unused cdrom_corever
This commit is contained in:
Arne Fitzenreiter
2009-02-18 13:38:43 +01:00
parent d9f2cfa419
commit e98aa5c28f
7 changed files with 6 additions and 14 deletions

View File

@@ -12,6 +12,7 @@
case "$1" in
start)
boot_mesg "Starting MPD..."
chown -R root.nobody /var/ipfire/mpfire/db
/bin/nice --5 /usr/bin/mpd
evaluate_retval
;;