public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] dbus: Fix "statusproc" call in initscript
@ 2022-08-22 20:41 Peter Müller
  0 siblings, 0 replies; only message in thread
From: Peter Müller @ 2022-08-22 20:41 UTC (permalink / raw)
  To: development

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

Fixes: #12916
Tested-by: Peter Müller <peter.mueller(a)ipfire.org>
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
 src/initscripts/packages/messagebus | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
                 ;;
 
         *)
-- 
2.35.3

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

only message in thread, other threads:[~2022-08-22 20:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-22 20:41 [PATCH] dbus: Fix "statusproc" call in initscript 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