From patchwork Sun Feb 6 21:46:37 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5125 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 4JsNMv2Gzjz3wgk for ; Sun, 6 Feb 2022 21:54:19 +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 4JsNMt513Fz1Lm; Sun, 6 Feb 2022 21:54:18 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsNMt50sbz2ynv; Sun, 6 Feb 2022 21:54: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 4JsNMr6zR8z2xXd for ; Sun, 6 Feb 2022 21:54: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 4JsNMr55sSzpY; Sun, 6 Feb 2022 21:54:16 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184456; 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=T+1SgBpL13bfjQpeofKtU91sV26eXSIa84janf9m7eI=; b=ts7Z4Ltwa7hmgzGpcQR+x+1fBgJrxhLhrhsj4HinEKAmt1SDzpEut1GbXduW46uakU1dWw 3GlkjtI6OZXsg3AA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184456; 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=T+1SgBpL13bfjQpeofKtU91sV26eXSIa84janf9m7eI=; b=nn9rIWlBDrxksWYtOSMQxqda93PfbTb9/7wzdlmmWLNJwV7sxcfW0tTTwXrs8G+C99X1fC TLUaltchnKeyA5+wtBrzE8vKrdbjlqiEfhNsKKVuOiC3eaykW3rZqEvgvr8hyE0NW+NdK2 csAk+MIJmRf9nsMtYNSvCKHVVKiQhGlMiayAeDx1RCW4bddJ8ExTbAWNL993onyUm3RmWf v8+truG6Sh7F5V7ugBDWVzBVWyBpMRk/YijN7ouoJQeySh2Y+SBijE9XiVxWhQLrt2Wmv1 J9fIQ35XoUCIXxDoilUjPyQqHNT52k+cDazTx0f1StGmb/thDrnd0PC82ssk3w== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 30/32] perl-Unix-Syslog: Renamed from Unix-Syslog Date: Sun, 6 Feb 2022 22:46:37 +0100 Message-Id: <20220206214639.2711567-30-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/{Unix-Syslog => perl-Unix-Syslog} | 0 lfs/{Unix-Syslog => perl-Unix-Syslog} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/common/{Unix-Syslog => perl-Unix-Syslog} (100%) rename lfs/{Unix-Syslog => perl-Unix-Syslog} (100%) diff --git a/config/rootfiles/common/Unix-Syslog b/config/rootfiles/common/perl-Unix-Syslog similarity index 100% rename from config/rootfiles/common/Unix-Syslog rename to config/rootfiles/common/perl-Unix-Syslog diff --git a/lfs/Unix-Syslog b/lfs/perl-Unix-Syslog similarity index 100% rename from lfs/Unix-Syslog rename to lfs/perl-Unix-Syslog