From patchwork Sun Feb 6 21:46:15 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5103 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 4JsNFX17JQz3wsl for ; Sun, 6 Feb 2022 21:48: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 4JsNFW43m9z1Lm; Sun, 6 Feb 2022 21:48:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsNFW3q04z2y2L; Sun, 6 Feb 2022 21:48: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 4JsNFV1LVfz2xXd for ; Sun, 6 Feb 2022 21:48: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 4JsNFT5CQMz1Lm; Sun, 6 Feb 2022 21:48:45 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184125; 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=yfBQXNzy7U6W5gw1Cp6lmtci4n0GAeY/6oe2aHujGuA=; b=hjfHFjUmI9rP1EjB1D81KUY6z5c8R+5awtIB6I7LgjUuf3aOUhdHKI6atSielZdBFWN9v8 DMCUmhNE4MafV6Cw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184125; 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=yfBQXNzy7U6W5gw1Cp6lmtci4n0GAeY/6oe2aHujGuA=; b=uJz1SfUuOShw4B6r7L6Supw2nsacBcyK70Uvqu9JbWep7rtmzlcD9NPoVSf0RcuIGoPbUh OdO/A1sDFnrZW3Dkfw3mRvX86OPzBHIF0VL6fWoe7aqoCR7ChOj+EC4xWodjAhuTj4fhvP P70djAKtRaDwhDz0rfQzjgkemkk5G198No3i5VPUkyGGDPXqJ29ibQtuoK15mXxcV/+TKe 9iAh8lTTvRpiLKb43bF+oGhsoJtIqZoLsY4ebhaVTmHOThXGAU26Qdpfg1gZK623BrFgdd h34bwtGM1E/uJrX9isCieLIk4012POK3Xndj9obpWU3313GNPRyXKsg8ZFNw8g== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 08/32] perl-Convert-UUlib: Renamed from Convert-UUlib Date: Sun, 6 Feb 2022 22:46:15 +0100 Message-Id: <20220206214639.2711567-8-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/{Convert-UUlib => perl-Convert-UUlib} | 0 lfs/{Convert-UUlib => perl-Convert-UUlib} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/common/{Convert-UUlib => perl-Convert-UUlib} (100%) rename lfs/{Convert-UUlib => perl-Convert-UUlib} (100%) diff --git a/config/rootfiles/common/Convert-UUlib b/config/rootfiles/common/perl-Convert-UUlib similarity index 100% rename from config/rootfiles/common/Convert-UUlib rename to config/rootfiles/common/perl-Convert-UUlib diff --git a/lfs/Convert-UUlib b/lfs/perl-Convert-UUlib similarity index 100% rename from lfs/Convert-UUlib rename to lfs/perl-Convert-UUlib