From patchwork Sat Oct 23 11:54:51 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4815 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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Hc05J19xqz3wcp for ; Sat, 23 Oct 2021 11:55:00 +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 4Hc05G2bx2z44J; Sat, 23 Oct 2021 11:54:58 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Hc05G1L6Rz2xR7; Sat, 23 Oct 2021 11:54:58 +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 4Hc05F4JL7z2xR7 for ; Sat, 23 Oct 2021 11:54:57 +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) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Hc05F0rjbz9l; Sat, 23 Oct 2021 11:54:57 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1634990097; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=sdA4X/PUrv4/d9s61XERpQqFrHcJp97DvOo+tlwwl4U=; b=nnHBQFVncg+DUs9pzjFsxkjkggPoQqzIX279MYb9IfRt9F6noL7uBqCG7E4i+FXn21og9j JEERWUueat7vhcBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1634990097; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=sdA4X/PUrv4/d9s61XERpQqFrHcJp97DvOo+tlwwl4U=; b=KhvS2+XzpTD6jdphBeqv4sP22xZ0o3LSynffW66CIuy9cRT3quYPYHl03RrmNBsHJ4AcFt ID1M21ZhVXgWyfSaSBk1Y1yye8b0mHd4h3NySCvMZrxJD9whvNefwVk3CCfxwYYu7Pkq5z ZFGKQMuKXOfA3eEI7jbc+OSqk2ntJRy0qLPMU3xWTgVJzAZO6K8VN26hjcG3Sjh1303Dho GP6bw57XpkHoCiG2SZoZacRc59Tb9Noe+H910gZneMuyyFIHByYIYijI8Y+dyuAb6jpIW2 3Ivbt4qeZPHfyge//hchmlGTE6FKJuI4E40daqBP9UBEg58cA1XpRfpUXHpXxw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] backup definitions: housekeeping to remove orphaned definitions Date: Sat, 23 Oct 2021 13:54:51 +0200 Message-Id: <20211023115451.3442894-1-adolf.belka@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" - check_mk_agent, client175 & lcr are addons that have been removed so the backup definitions are no longer required. - dma is not a package but a core program and has its config backup requirements built into the core backup include file so the addon backup definition is not used or needed. - No issues found in the build after these files were removed. Signed-off-by: Adolf Belka Reviewed-by: Peter Müller Reviewed-by: Michael Tremer --- config/backup/includes/check_mk_agent | 1 - config/backup/includes/client175 | 2 -- config/backup/includes/dma | 5 ----- config/backup/includes/lcr | 6 ------ 4 files changed, 14 deletions(-) delete mode 100644 config/backup/includes/check_mk_agent delete mode 100644 config/backup/includes/client175 delete mode 100644 config/backup/includes/dma delete mode 100644 config/backup/includes/lcr diff --git a/config/backup/includes/check_mk_agent b/config/backup/includes/check_mk_agent deleted file mode 100644 index ca710461b..000000000 --- a/config/backup/includes/check_mk_agent +++ /dev/null @@ -1 +0,0 @@ -/etc/check_mk/ diff --git a/config/backup/includes/client175 b/config/backup/includes/client175 deleted file mode 100644 index 6cde8e8ca..000000000 --- a/config/backup/includes/client175 +++ /dev/null @@ -1,2 +0,0 @@ -/src/client175/site.conf -/var/ipfire/mpfire/*.m3u diff --git a/config/backup/includes/dma b/config/backup/includes/dma deleted file mode 100644 index 7c7520551..000000000 --- a/config/backup/includes/dma +++ /dev/null @@ -1,5 +0,0 @@ -/var/ipfire/dma -/var/ipfire/dma/dma.conf -/var/ipfire/dma/auth.conf -/var/ipfire/dma/mail.conf -/var/spool/dma diff --git a/config/backup/includes/lcr b/config/backup/includes/lcr deleted file mode 100644 index 618f4c784..000000000 --- a/config/backup/includes/lcr +++ /dev/null @@ -1,6 +0,0 @@ -/var/ipfire/lcr/extensions -/var/ipfire/lcr/directory.list -/var/ipfire/lcr/interface.conf -/var/ipfire/lcr/options.conf -/var/ipfire/lcr/routing.conf -/var/log/lcr