From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arne Fitzenreiter To: development@lists.ipfire.org Subject: [PATCH] mpfire: fix initskript uninstall Date: Sun, 28 Jan 2024 15:42:53 +0100 Message-ID: <20240128144253.15682-1-arne_f@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3036756375822085442==" List-Id: --===============3036756375822085442== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable the uninstall with rm /etc/rc*.d/*mpd remove not only the mpd initlinks. --- lfs/mpfire | 2 +- src/paks/mpfire/uninstall.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/mpfire b/lfs/mpfire index f45b02902..590cf31ef 100644 --- a/lfs/mpfire +++ b/lfs/mpfire @@ -32,7 +32,7 @@ THISAPP =3D mpfire-$(VER) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D mpfire -PAK_VER =3D 15 +PAK_VER =3D 16 =20 DEPS =3D mpd mpc =20 diff --git a/src/paks/mpfire/uninstall.sh b/src/paks/mpfire/uninstall.sh index e729cb1ff..7dec707ee 100644 --- a/src/paks/mpfire/uninstall.sh +++ b/src/paks/mpfire/uninstall.sh @@ -25,4 +25,4 @@ /etc/init.d/mpd stop make_backup ${NAME} 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/mp= d.conf --=20 2.43.0 --===============3036756375822085442==--