dbus: Fixes Bug#13094 - dbus daemon continues running after uninstall

- The uninstall.sh script had stop_service ${NAME} but the package name is dbus while the
   initscript is named messagebus. Therefore the stop_service never stops the dbus daemon.
- This patch changes the line to stop_service messagebus
- The install.sh script already has start_service messagebus
- Bump PAK_VER for dbus

Fixes: Bug#13094
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Adolf Belka
2023-04-26 14:32:29 +02:00
committed by Arne Fitzenreiter
parent 25ac6657c1
commit 7101e472a0
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = dbus
PAK_VER = 9
PAK_VER = 10
DEPS =

View File

@@ -22,7 +22,7 @@
############################################################################
#
. /opt/pakfire/lib/functions.sh
stop_service ${NAME}
stop_service messagebus
# Remove start files
rm -rf /etc/rc.d/rc*.d/*messagebus