From patchwork Mon Aug 22 20:41:36 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 5974 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4MBPRG6cM9z3wdN for ; Mon, 22 Aug 2022 20:41:46 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4MBPRF2j7pzdK; Mon, 22 Aug 2022 20:41:45 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4MBPRF1B60z2xYp; Mon, 22 Aug 2022 20:41:45 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4MBPRD0yzgz2xFl for ; Mon, 22 Aug 2022 20:41:44 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4MBPRB08j0zd4 for ; Mon, 22 Aug 2022 20:41:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1661200903; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=ewjlSCwf9uooIp2y2QipHQsn4kuNNj6na4TdNzP8to0=; b=Du3WW9yNwMx3Dn5GySynxhWBH2q3CUm81OKd4PWP2sRbd5khFS3UAJ0DHrwffs/FFi9DC+ RkMTWWGs9ifsJlQbh8VB5AR5VRD5TxSAYLklwymKGK4xTWEBN0KhUANzuVJximsaB4bHi8 aNjOwppeuTTzrfcluRMgA13BX+OP5s1ZGS6oWf6fyrT+iCRSX5OP0/kkJeBskDzgaEvYAh E+FuXSC+5eBhooRS0sv96TmIA88UqBPGVYqKPza3VbyDAX6YbXcsOH4zp6BL/wdeZk6YAF ZaA0kk31xdGBTHmEX92B/n/ed6pXNIHeNpNVqliy398oXGfSe6v7UXe/b5z1ww== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1661200903; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=ewjlSCwf9uooIp2y2QipHQsn4kuNNj6na4TdNzP8to0=; b=MQii3VfL+IY2jAgNDMhI3bP8/Aw4eHboUmLeQKDrYH8buRajtmhRwR1WM0n79NRZdhFSq4 PZLZ8/zXAc1sRnDA== Message-ID: Date: Mon, 22 Aug 2022 20:41:36 +0000 MIME-Version: 1.0 Content-Language: en-US To: "IPFire: Development" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] dbus: Fix "statusproc" call in initscript X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Fixes: #12916 Tested-by: Peter Müller Signed-off-by: Peter Müller --- 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 ;; *)