mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
mpfire: fix initskript uninstall
the uninstall with rm /etc/rc*.d/*mpd remove not only the mpd initlinks. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
897fecc8df
commit
c4b233ddf7
@@ -32,7 +32,7 @@ THISAPP = mpfire-$(VER)
|
|||||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
PROG = mpfire
|
PROG = mpfire
|
||||||
PAK_VER = 15
|
PAK_VER = 16
|
||||||
|
|
||||||
DEPS = mpd mpc
|
DEPS = mpd mpc
|
||||||
|
|
||||||
|
|||||||
@@ -25,4 +25,4 @@
|
|||||||
/etc/init.d/mpd stop
|
/etc/init.d/mpd stop
|
||||||
make_backup ${NAME}
|
make_backup ${NAME}
|
||||||
remove_files
|
remove_files
|
||||||
rm -f /etc/rc.d/rc*.d/*mpd /var/log/mpd.error.log /var/log/mpd.log /etc/mpd.conf
|
rm -f /etc/rc.d/rc*.d/???mpd /var/log/mpd.error.log /var/log/mpd.log /etc/mpd.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user