From patchwork Sun Feb 6 21:46:21 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5109 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 4JsNHG3wZtz3wsl for ; Sun, 6 Feb 2022 21:50: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 4JsNHG0dxsz3wD; Sun, 6 Feb 2022 21:50:18 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsNHG0VT9z2y2L; Sun, 6 Feb 2022 21:50: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 4JsNHD70p6z2xXd for ; Sun, 6 Feb 2022 21:50:16 +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 4JsNHD5JYwz3wD; Sun, 6 Feb 2022 21:50:16 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184216; 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=u/BMC2xwLz6pY84voFO10+CgkXqL6mfo8/uMIAH5SaM=; b=JtjGtiqLM65hd8+bWVqEjICGvjJv/+L7qbyVLtlXBcGrR2sluklQwZk+mRyvzH0yHQgUFh AUIaHtj9cqjrkVAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184216; 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=u/BMC2xwLz6pY84voFO10+CgkXqL6mfo8/uMIAH5SaM=; b=v1N/CDHUtE26wIQFffPeIx/jQddCL2bIoMKWiZ+o83Ele7UlhcUBiYV1kp8rz+pvs7aePw JOu996NQmrzFMmIz6l8yxpC1OLGfToYwRsuFBlC1NJSqqgvAB16h/Oo32xLuUZ5BWkysud Mq7LFFwedXLsCCJYxb9Z0db3P3AhyOA359YUz7qwhHj+KDhTgtZa9uFKgrPwna7ffYCISe xymhDHxS4C8n3YRpQM6KOsBRMsdBaT8W+PqJpbPp4i3Ho+CPjatA6FcAGUg1rKs08NXm6H D34WPqupKLpgdZsl4TGMhUJjfec5HPZHuU6kZ4O5myOqqLtRigZuRCX+eebwSg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 14/32] perl-GD-Graph: Renamed from GD-Graph Date: Sun, 6 Feb 2022 22:46:21 +0100 Message-Id: <20220206214639.2711567-14-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/{GD-Graph => perl-GD-Graph} | 0 lfs/{GD-Graph => perl-GD-Graph} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/common/{GD-Graph => perl-GD-Graph} (100%) rename lfs/{GD-Graph => perl-GD-Graph} (100%) diff --git a/config/rootfiles/common/GD-Graph b/config/rootfiles/common/perl-GD-Graph similarity index 100% rename from config/rootfiles/common/GD-Graph rename to config/rootfiles/common/perl-GD-Graph diff --git a/lfs/GD-Graph b/lfs/perl-GD-Graph similarity index 100% rename from lfs/GD-Graph rename to lfs/perl-GD-Graph