From patchwork Sun Feb 6 21:46:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5123 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 4JsNMJ1LKZz3wgk for ; Sun, 6 Feb 2022 21:53:48 +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 4JsNMH3qkDz1Lm; Sun, 6 Feb 2022 21:53:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsNMH3lQzz2y2L; Sun, 6 Feb 2022 21:53: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 4JsNMG3Kd9z2xXd for ; Sun, 6 Feb 2022 21:53: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 4JsNMG1X2LzpY; Sun, 6 Feb 2022 21:53:46 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184426; 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=K/OpCa/Mee1bt2sG4DbXRBi64j1B3OpTepmBg/XJUko=; b=QmuDWPmtV9roQLlDoPgwCm/6+V7+2fdh1X1i/voE4dUX05ZlzG6PXaPRNTQin8p5P0sapJ 2WhqkkByJUUsoCDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184426; 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=K/OpCa/Mee1bt2sG4DbXRBi64j1B3OpTepmBg/XJUko=; b=seH5vBcp0hafTP6rVGVQWALj1ZSxG0wNWupAtX7PhYYTsrNGDfG3j5ho66TKOusGnvibtw UU9c3FUWJleIhCFLMHE+KVOrToYZRB7rq1n0dFmepLI9Etes76UiVGZOUJ0pxZYv1LFgUX F6CBljREWd8UyrHrWjMG8VHQAQxIVRGJDNPJv5bKIEu9hlMwxaTBfXqTyw7taaHn38ux1w L5AKdAxlTkBO9UjaXAgyhES0QArajUIp5q5xhRNKVtxYwVFj+WitsY1gE0LXbenXi0DHan Bo19dfaTMAhUPOzUV5XGdhfuPT3Q5tmPwYe7j9QK/Tz4VOjSGitoqRt1A/q0rw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 28/32] perl-Net-Telnet: Renamed from Net-Telnet Date: Sun, 6 Feb 2022 22:46:35 +0100 Message-Id: <20220206214639.2711567-28-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/{Net-Telnet => perl-Net-Telnet} | 0 lfs/{Net-Telnet => perl-Net-Telnet} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/common/{Net-Telnet => perl-Net-Telnet} (100%) rename lfs/{Net-Telnet => perl-Net-Telnet} (100%) diff --git a/config/rootfiles/common/Net-Telnet b/config/rootfiles/common/perl-Net-Telnet similarity index 100% rename from config/rootfiles/common/Net-Telnet rename to config/rootfiles/common/perl-Net-Telnet diff --git a/lfs/Net-Telnet b/lfs/perl-Net-Telnet similarity index 100% rename from lfs/Net-Telnet rename to lfs/perl-Net-Telnet