From patchwork Sun Feb 6 21:46:10 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5098 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 4JsND45065z3wsl for ; Sun, 6 Feb 2022 21:47:32 +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 4JsND40VpPzs6; Sun, 6 Feb 2022 21:47:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsND40Ct9z2yvq; Sun, 6 Feb 2022 21:47:32 +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 4JsND300vqz2xQs for ; Sun, 6 Feb 2022 21:47:31 +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 4JsND25Q5Lzm; Sun, 6 Feb 2022 21:47:30 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184050; 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: in-reply-to:in-reply-to:references:references; bh=netDY+Zb9i0IObAJJsGmx1CffsCYFE9wyIu5WdWE334=; b=l5HgIYcWVdqM043BCiYoNVBzUtYSGcmDzXBnFwrU9d7LT0ey8B+mR1vK5RufyzfDPFfaR8 0TCEPsEcfV8wy7Dw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184050; 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: in-reply-to:in-reply-to:references:references; bh=netDY+Zb9i0IObAJJsGmx1CffsCYFE9wyIu5WdWE334=; b=tLkO9J2+oey4LWEk1Yelm1zDFJQciPLs8HTi3wATQ/rqickN+TUK+K9WDAsw3bHO2a5KoA QBXA5lfH73N6J6aHjizxrbK0wVMdf04XlmJdpgQAfj93+ZUL7V9Rq2ZTLnPVvglJs2xRjq r3f4oGUevaWmo1PFrR3WAATJs+iSDwSyCr1iOUSxvKDLF++VCcDdhJHZsWhw3Ih7P/cxJq 8LSgbPY/zTHHWMeMY9ys318CXGaxPi322Y2rScvKPVQ+0xYxwQJmV/XksNH81jihQ/Q9pL vgmqlO2rBLOvfr5bJDU/EgOg/BgK8h/vADPxz3M8tbB3gTW90IblEI6aWfbf7g== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 03/32] perl-Archive-Zip: Renamed from Archive-Zip Date: Sun, 6 Feb 2022 22:46:10 +0100 Message-Id: <20220206214639.2711567-3-adolf.belka@ipfire.org> In-Reply-To: <20220206214639.2711567-1-adolf.belka@ipfire.org> References: <20220206214639.2711567-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" Signed-off-by: Adolf Belka --- config/rootfiles/common/{Archive-Zip => perl-Archive-Zip} | 0 lfs/{Archive-Zip => perl-Archive-Zip} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/common/{Archive-Zip => perl-Archive-Zip} (100%) rename lfs/{Archive-Zip => perl-Archive-Zip} (100%) diff --git a/config/rootfiles/common/Archive-Zip b/config/rootfiles/common/perl-Archive-Zip similarity index 100% rename from config/rootfiles/common/Archive-Zip rename to config/rootfiles/common/perl-Archive-Zip diff --git a/lfs/Archive-Zip b/lfs/perl-Archive-Zip similarity index 100% rename from lfs/Archive-Zip rename to lfs/perl-Archive-Zip