From patchwork Sun Feb 6 21:46:33 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5121 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 4JsNLk5Tg2z3wgk for ; Sun, 6 Feb 2022 21:53:18 +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 4JsNLk2Z8wzpY; Sun, 6 Feb 2022 21:53:18 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsNLk2W5Zz2y2L; Sun, 6 Feb 2022 21:53:18 +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 4JsNLj1fhrz2xXd for ; Sun, 6 Feb 2022 21:53:17 +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 4JsNLh6wzZznC; Sun, 6 Feb 2022 21:53:16 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184397; 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=iiwuBeL/kzmphg6ROovbDSyAno63TujQmBbauM3OkLg=; b=RHb9qt/B2hLHwPK4+WjJTcUpP7I3zmykEe7iW6E14Q/fET5zscvMSvQr7NCii2SXh+iqu4 oDQPyahlTgiqzgAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184397; 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=iiwuBeL/kzmphg6ROovbDSyAno63TujQmBbauM3OkLg=; b=NPOOsqj4P5oFeSoTcEcRyUd7tjHB5qQQCucU5ZlD/TTYUCWjR4GyszigrLhZW3O0pp1BtP zEcy9T/MiCVZ0jA7K1GiWzKjx3jfDzE6gr+I3M6CLz7fEcYTyRPNAmLY4Q1oN9+i3ze/+Q GRAtJ6ibKAK3cr0c/W4egJ/L4EHRtwzNb6eyJn9V3YJUJDItftiM3wFBegGE1vlPIcwWju vs6FXjyAyVs9t9lq+sWatjm/jaO+Iid7lJd6ZX+p29wQTyAaFb8xd7xke0AFXn4288o9ug DEMkGos9pmHmXGlfcc1vtFYKQDoVnzY1fio+YPA9RH6EOZt06Q4yjV63OwnzPQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 26/32] perl-Net-Server: Renamed from Net-Server Date: Sun, 6 Feb 2022 22:46:33 +0100 Message-Id: <20220206214639.2711567-26-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-Server => perl-Net-Server} | 0 lfs/{Net-Server => perl-Net-Server} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/common/{Net-Server => perl-Net-Server} (100%) rename lfs/{Net-Server => perl-Net-Server} (100%) diff --git a/config/rootfiles/common/Net-Server b/config/rootfiles/common/perl-Net-Server similarity index 100% rename from config/rootfiles/common/Net-Server rename to config/rootfiles/common/perl-Net-Server diff --git a/lfs/Net-Server b/lfs/perl-Net-Server similarity index 100% rename from lfs/Net-Server rename to lfs/perl-Net-Server