From patchwork Sun Aug 6 16:31:21 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 7066 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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4RJlMP2171z3wjw for ; Sun, 6 Aug 2023 16:31:29 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4RJlMM33k4zd2; Sun, 6 Aug 2023 16:31:27 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4RJlMM1Mn2z2yT6; Sun, 6 Aug 2023 16:31:27 +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 4RJlML3Rrlz2xfc for ; Sun, 6 Aug 2023 16:31:26 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4RJlMK5Gv2zRR for ; Sun, 6 Aug 2023 16:31:25 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1691339485; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=PAcBONEgWy/lHPBQw6w5exGuh4ct9xfn0E2UPdAmbw0=; b=zVPUiVtiOLi11VLRW+teMfQ7VsNr6yMg4xMwR/m/DAc9gQEA+gsEFgLyI5Hnil7/4nps7v XAHnSEYRxuDEkBDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1691339485; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=PAcBONEgWy/lHPBQw6w5exGuh4ct9xfn0E2UPdAmbw0=; b=DMNtVDptC3bo+tA4RgSFxAgTKUwI9gTZ6C1A26mXOMRwW1jAx786Gfw7EhNKDv0BJ0caBU WWraVP7n27oZze5VNrq6T/H/Cbe7LCKyBZOSFa9DvMEz53UdxipxGq8FA1RFqFLR1QqKN5 Nku8Wd4m/Up48CB4cd8LjvBPh45V6JT3UkFaXweudofzfsQbRUF7GsBTe68wpu/8Xmaxbq lnaHYnPtajb6H7t1AnCVvVpK4pMKWZnZaTShSmC/Cg49LRXdbPxV68WtngdtFsYxz8yvmI GmZcGmX77aOQGzI17YMdhNqVsxE1A8b2339f0NLYEPwSuSlO+cgrQW+GHC0mqQ== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] Added '/var/lib/monit/id' to '/config/backup/includes/monit' to fix Bug #13089 Date: Sun, 6 Aug 2023 18:31:21 +0200 Message-Id: <20230806163121.1779-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 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" Signed-off-by: Matthias Fischer --- config/backup/includes/monit | 1 + 1 file changed, 1 insertion(+) diff --git a/config/backup/includes/monit b/config/backup/includes/monit index c25b94110..627e9742a 100644 --- a/config/backup/includes/monit +++ b/config/backup/includes/monit @@ -1,2 +1,3 @@ /etc/monitrc /etc/monit.d +/var/lib/monit/id