From patchwork Sun Feb 6 21:46:23 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5111 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 4JsNHq5hLWz3wgk for ; Sun, 6 Feb 2022 21:50:47 +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 4JsNHq2YxMz3tV; Sun, 6 Feb 2022 21:50:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsNHq2QYtz2yTq; Sun, 6 Feb 2022 21:50:47 +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 4JsNHp2XN7z2xd1 for ; Sun, 6 Feb 2022 21:50:46 +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 4JsNHp0nqHz3tV; Sun, 6 Feb 2022 21:50:46 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184246; 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=FIJCPgprnGgOWuQo0rGzg8/fR8NAce7YO9dMRqS71Nc=; b=5IL/JDY/zXKkurNCBi+bOWZsVQFHiJA4u5T9XMeRaw3Oe3joI6WY32yrqdS/tsQAC6kdV8 vPb0+liWKj3AskCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184246; 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=FIJCPgprnGgOWuQo0rGzg8/fR8NAce7YO9dMRqS71Nc=; b=icOtwSVNsOR4RklFKbja2urcIejxvMhV4GgdPBvwVdZqKELbQgBfJXPHc6suBIMkJZvVLz FBaltlFsagVd4WYH4I/Y3vC1onkuD5P90DKrfcvQQaHVlDPGo56zLyab7/iBxvOoDde+TI 6c4QrQkwsvE1n8Dnb5QpHMTaKf0EB0F/puOGY2j2H2/29wF5jfFXRwhqVYPaV9JkCP0KOe C82PhQpwz5590Gujwv3SqjOFQ0E+henYeuacyHBRa8Z3zpK9zJvdF/uZYBD1jc1tAQVzeu FfVPwX2f9hS1p+hXpDKVonTFyCqxadSYEnhwbG7Cy+rp5sIKUKDZrAPqKzcZWw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 16/32] perl-HTML-Parser: Renamed from HTML-Parser Date: Sun, 6 Feb 2022 22:46:23 +0100 Message-Id: <20220206214639.2711567-16-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-Parser => perl-HTML-Parser} | 0 lfs/{HTML-Parser => perl-HTML-Parser} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/common/{HTML-Parser => perl-HTML-Parser} (100%) rename lfs/{HTML-Parser => perl-HTML-Parser} (100%) diff --git a/config/rootfiles/common/HTML-Parser b/config/rootfiles/common/perl-HTML-Parser similarity index 100% rename from config/rootfiles/common/HTML-Parser rename to config/rootfiles/common/perl-HTML-Parser diff --git a/lfs/HTML-Parser b/lfs/perl-HTML-Parser similarity index 100% rename from lfs/HTML-Parser rename to lfs/perl-HTML-Parser