From patchwork Sun Feb 6 21:46:24 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5112 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 4JsNJ70HMSz3wgk for ; Sun, 6 Feb 2022 21:51:03 +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 4JsNJ63BT1z4k4; Sun, 6 Feb 2022 21:51:02 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsNJ634Zyz2yvq; Sun, 6 Feb 2022 21:51:02 +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 4JsNJ56sGHz2xXd for ; Sun, 6 Feb 2022 21:51:01 +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 4JsNJ559Ntz4RG; Sun, 6 Feb 2022 21:51:01 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184261; 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=2Z4tDH8P/ERBJyGN6WCb0Pv6ilgQuZZvuvd06M0NySM=; b=yT4+1Bmr5A+p0l3y7ziHVYW5xrihIdV0OOFDy3MzAlTPt1ZQe5RsHvA3OR4iS6NgpCXZIN X3Wg02sXa2Ga1YDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184261; 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=2Z4tDH8P/ERBJyGN6WCb0Pv6ilgQuZZvuvd06M0NySM=; b=mJmaVOrKl7Wnu+6hVHLx7IgnL5zKpiiYmeNq8p7EpfTCLHA+zcW7FlTEIRzZ2OMkbKU48n JhvmBD6oMMn6C1TToD9f8Z7P9gIlBqX8oP3BXnk4KryyD0sar/yosOkrLEvYYtfiFKCr9t BVwkVbldY1VfD1SB0GmViLDrZtQ5YJjeByeSw+/uDiJbTWyzUYxYxsZ8Vn/VinJV5RO6SU 4JK9EDOl6rNuo24x6WPO8I8rdEpRBsTbLDpjLdoJRHGupXN8CGE+jlzYgF3fDvU/xTNBDx pSNvDxegclboxFOnFegS0S0aQ1RjPwdDnjj9vqoLTz186sGX9PyBCTnk7CMK5Q== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 17/32] perl-HTML-Tagset: Renamed from HTML-Tagset Date: Sun, 6 Feb 2022 22:46:24 +0100 Message-Id: <20220206214639.2711567-17-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/{HTML-Tagset => perl-HTML-Tagset} | 0 lfs/{HTML-Tagset => perl-HTML-Tagset} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/common/{HTML-Tagset => perl-HTML-Tagset} (100%) rename lfs/{HTML-Tagset => perl-HTML-Tagset} (100%) diff --git a/config/rootfiles/common/HTML-Tagset b/config/rootfiles/common/perl-HTML-Tagset similarity index 100% rename from config/rootfiles/common/HTML-Tagset rename to config/rootfiles/common/perl-HTML-Tagset diff --git a/lfs/HTML-Tagset b/lfs/perl-HTML-Tagset similarity index 100% rename from lfs/HTML-Tagset rename to lfs/perl-HTML-Tagset