public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 336a2a2e25340b038a79eb7699875875ccb18692
@ 2022-09-01 20:36 Peter Müller
  0 siblings, 0 replies; only message in thread
From: Peter Müller @ 2022-09-01 20:36 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 2941 bytes --]

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-09-01 20:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-01 20:36 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 336a2a2e25340b038a79eb7699875875ccb18692 Peter Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox