From patchwork Sun Feb 6 21:46:27 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5115 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 4JsNJz1CPcz3wgk for ; Sun, 6 Feb 2022 21:51: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 4JsNJy52Pwz5Fx; Sun, 6 Feb 2022 21:51:46 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsNJy4yY7z2ynv; Sun, 6 Feb 2022 21:51: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 4JsNJy0Py9z2xXd for ; Sun, 6 Feb 2022 21:51: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 4JsNJx5mFYz5GH; Sun, 6 Feb 2022 21:51:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184305; 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=SQSqLWKdaADzL5kW3pyRRLtQ0g7etM3iu9cvLQqSd5M=; b=ay/I5Hl/CEDUMXFPZjVdcWCOSLzcqSgKqVZzVoDRkJTiSP9fVnQ0wUaE9f1aFyozZuk8TG 5hGZBSvSavY//JNjIb1qgaBnqdjOCMTdzNITRRkOWRYOlEbkDeqFZ0yTCqXqo0LzWfwJqa NQbkson6R2MQeiD3/1Dh6QFb2efrC0OwbyMuW9Nan2YPOX9C6V+OFcf46bL07UbWecLbCG AgwkW+yYdDFVwY4nYvHSYvVDAyhmYSP8FPomXbnP9QAz/HUjy9W/6pe6H1z4r4+j6paKyt GlbvDkzuRLur/72YPN2jri6C4RM5AWy7vrTJfCUhqSnTLHcZMF3v3upDnzc8WA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184305; 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=SQSqLWKdaADzL5kW3pyRRLtQ0g7etM3iu9cvLQqSd5M=; b=tGYxeLKzXEpbBPzk1OSKMu8412v/7OhxSTOpJeFNv7C1u6lMlSOXiRnayy7FAACu9UUY2g 1jSdq7ktkXmiTbDg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 20/32] perl-IO-Stringy: Renamed from IO-Stringy Date: Sun, 6 Feb 2022 22:46:27 +0100 Message-Id: <20220206214639.2711567-20-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/{IO-Stringy => perl-IO-Stringy} | 0 lfs/{IO-Stringy => perl-IO-Stringy} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/common/{IO-Stringy => perl-IO-Stringy} (100%) rename lfs/{IO-Stringy => perl-IO-Stringy} (100%) diff --git a/config/rootfiles/common/IO-Stringy b/config/rootfiles/common/perl-IO-Stringy similarity index 100% rename from config/rootfiles/common/IO-Stringy rename to config/rootfiles/common/perl-IO-Stringy diff --git a/lfs/IO-Stringy b/lfs/perl-IO-Stringy similarity index 100% rename from lfs/IO-Stringy rename to lfs/perl-IO-Stringy