This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".
The branch, next has been updated
via 336a2a2e25340b038a79eb7699875875ccb18692 (commit)
via 532c31c52933035e3fdacf668efdc2892e8715ca (commit)
from 11c6186102c3b1f604d2fe9ea308fc69183e97a5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 336a2a2e25340b038a79eb7699875875ccb18692
Author: Peter Müller <peter.mueller(a)ipfire.org>
Date: Thu Sep 1 20:36:35 2022 +0000
dbus: Bump package version
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
commit 532c31c52933035e3fdacf668efdc2892e8715ca
Author: Peter Müller <peter.mueller(a)ipfire.org>
Date: Mon Aug 22 20:41:36 2022 +0000
dbus: Fix "statusproc" call in initscript
Fixes: #12916
Tested-by: Peter Müller <peter.mueller(a)ipfire.org>
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
lfs/dbus | 4 ++--
src/initscripts/packages/messagebus | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
Difference in files:
diff --git a/lfs/dbus b/lfs/dbus
index c816b2c07..fdb2e2f21 100644
--- a/lfs/dbus
+++ b/lfs/dbus
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2018 IPFire Team <info(a)ipfire.org> #
+# Copyright (C) 2007-2022 IPFire Team <info(a)ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = dbus
-PAK_VER = 5
+PAK_VER = 6
DEPS =
diff --git a/src/initscripts/packages/messagebus b/src/initscripts/packages/messagebus
index 399b4c041..c6dec8dd3 100644
--- a/src/initscripts/packages/messagebus
+++ b/src/initscripts/packages/messagebus
@@ -50,7 +50,7 @@ case "$1" in
;;
status)
- statusproc -p $pidfile /usr/bin/dbus-daemon
+ statusproc /usr/bin/dbus-daemon
;;
*)
hooks/post-receive
--
IPFire 2.x development tree