]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
dbus: Add reload to initscript
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 21 Jul 2021 14:41:56 +0000 (14:41 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Fri, 23 Jul 2021 06:15:23 +0000 (06:15 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/dbus
src/initscripts/packages/messagebus

index 06431b4b55123a89e22c665740432e4907e9184f..09f4a541b4ae98208b0f6ff8e00171995890eee9 100644 (file)
--- a/lfs/dbus
+++ b/lfs/dbus
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = dbus
-PAK_VER    = 3
+PAK_VER    = 4
 
 DEPS       =
 
index fc719c99ac613815d01ae5ba7d52e516739d1d0b..3ea80bc927fcd71c40c464ec6fcfab24c77cab1e 100644 (file)
@@ -32,7 +32,12 @@ case "$1" in
                 $0 start
                 ;;
 
-        status)
+       reload)
+               boot_mesg "Reloading the D-Bus Messagebus Daemon..."
+               reloadproc /usr/bin/dbus-daemon
+               ;;
+
+       status)
                 statusproc -p $pidfile /usr/bin/dbus-daemon
                 ;;