From patchwork Fri May 1 10:41:30 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3035 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 "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 49D81w3msGz3xSR for ; Fri, 1 May 2020 10:41:40 +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 "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 49D81v1XjFz2jm; Fri, 1 May 2020 10:41:39 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 49D81s3B2Zz2yCL; Fri, 1 May 2020 10:41:37 +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 "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 49D81q1z4Bz2xmj for ; Fri, 1 May 2020 10:41:35 +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) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 49D81p5XDRz23T for ; Fri, 1 May 2020 10:41:34 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1588329694; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=7jMssqbTfSQxbETYNwvhVqymIGLDOuG7oSdwaCdQ4cg=; b=9Mu+KSgCi/TT/WYq/EVn9dorbOj77zYZNGUPDjX6OWIB3ScEtAxfrpo9/KJNzjI0Dnbqlf GEmGwPdf+UB3irBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1588329694; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=7jMssqbTfSQxbETYNwvhVqymIGLDOuG7oSdwaCdQ4cg=; b=qF2O4kusuGG1zh1SdFef675T2kWnwH4UCt9cQT0R1yHK7WlndqAkUAKTm7U6xc6307JsyQ baaIqoIdAnHqhD6mL+g34haAP7BnMvmmsh5JPVwSasx8jEcmlZ22WkYslulAHHFG88EWPG Gw30GlN63G9eSE2OGjKHjWfVBgwWDGOwXJXskfx4Davih6mp4Smw0WOi3ULNjo0l9m7GD1 5JX92qSDOD8KM3WZQLMgKTI/bFF1NTeOlXZ9Zu7g+DjrVGbOJ91ZYfnjs1rryEYOfHUO2p ek2E3RnBctb2lZ1kIU8kZQrIn7yWitnmGpwv1ibhh2s9hkpGPkF3zlKRCx5cTw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] Net-IPv4Addr: fix for rootfile Date: Fri, 1 May 2020 12:41:30 +0200 Message-Id: <20200501104130.17092-1-matthias.fischer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=matthias.fischer@ipfire.org 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: Matthias Fischer --- config/rootfiles/common/Net-IPv4Addr | 1 + 1 file changed, 1 insertion(+) diff --git a/config/rootfiles/common/Net-IPv4Addr b/config/rootfiles/common/Net-IPv4Addr index 113c5a3e9..3759111de 100644 --- a/config/rootfiles/common/Net-IPv4Addr +++ b/config/rootfiles/common/Net-IPv4Addr @@ -1,4 +1,5 @@ #usr/bin/ipv4calc +#usr/lib/perl5/site_perl/5.30.0/Net usr/lib/perl5/site_perl/5.30.0/Net/IPv4Addr.pm #usr/lib/perl5/site_perl/5.30.0/auto #usr/lib/perl5/site_perl/5.30.0/auto/Net