From patchwork Sun Feb 6 21:46:39 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5127 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 4JsNNR1w1Tz3wgk for ; Sun, 6 Feb 2022 21:54: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 4JsNNQ6RV0z4Rg; Sun, 6 Feb 2022 21:54:46 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsNNQ6QXhz2yTq; Sun, 6 Feb 2022 21:54:46 +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 4JsNNP6g1tz2xXd for ; Sun, 6 Feb 2022 21:54:45 +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 4JsNNP4q37z1Lm; Sun, 6 Feb 2022 21:54:45 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184485; 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=aZu+AYvEqhVNHCohqUPA3X2vf+uR+dc9v9simfj9W5g=; b=bfhJLLebJvJgeC/LQKFH7hGXj6Jk44YSMiZCpVV4NoA3LLKQeZrgRMMsjwYvbghUpRw7y8 KffDLEC3Mr7X3MAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184485; 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=aZu+AYvEqhVNHCohqUPA3X2vf+uR+dc9v9simfj9W5g=; b=frnIqd80p2Mb/sZ5VlyU5RTb3D05SSNLCaPBAgYmEskIp9sKS5sMibJzj4SNUA+5KDzIxs hS5Ixgnw5kLe7nVpfD+RpWTGVwTCd13pA8IbJH3s0DAa3+SdwJOvyoi7xzlieAMlI4MS3F 0uAMtSJMWjPOgTOw5VHwnIKPjCtCgWrbhBimF5q4ds2tAv71zC4JdY0B02FWr1j+Ggyp9w w9XHAoSxNyFplE2bKgwCqMZzho6LRfVN9BhrGzpF37BaMmqG+pHA4m0yYPUXZfmEQXaUeO nCu2PjQb8+L6fV66nGzk5GMn+GGcwVr3gTn32b1YhBnrCHS/azokaIw9T9G6Dw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 32/32] perl-XML-Parser: Renamed from XML-Parser Date: Sun, 6 Feb 2022 22:46:39 +0100 Message-Id: <20220206214639.2711567-32-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/{XML-Parser => perl-XML-Parser} | 0 lfs/{XML-Parser => perl-XML-Parser} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/common/{XML-Parser => perl-XML-Parser} (100%) rename lfs/{XML-Parser => perl-XML-Parser} (100%) diff --git a/config/rootfiles/common/XML-Parser b/config/rootfiles/common/perl-XML-Parser similarity index 100% rename from config/rootfiles/common/XML-Parser rename to config/rootfiles/common/perl-XML-Parser diff --git a/lfs/XML-Parser b/lfs/perl-XML-Parser similarity index 100% rename from lfs/XML-Parser rename to lfs/perl-XML-Parser