From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZWdQg22LYz3316 for ; Mon, 7 Apr 2025 18:43:55 +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 (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZWdQb53q2z336V for ; Mon, 7 Apr 2025 18:43:51 +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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4ZWdQb3DyyzRM; Mon, 7 Apr 2025 18:43:51 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1744051431; 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=iV1TE7DGTvijtzYN9TJXgTn3lySPeEC2H/wBZt5bVWU=; b=jodBQV4IcuBnw5XTQvyrApDK/vSgjWNwnlYmpQ6X6cXGMoSYvwicyHD050jQWfja7XB5AF ez0K15JN2hyHRsDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1744051431; 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=iV1TE7DGTvijtzYN9TJXgTn3lySPeEC2H/wBZt5bVWU=; b=T8Ct16IHTvDmYNd0GmIu+jmgPk0nbijgrH/3owmgrzrF4m4tiALwBDNQhFjT/CR5ZFsN63 z3zVwqAGGpX2uUTX36DyrByzT/z0jD11OJLFdqJqVfMr1LPmLqCSfd+yBnmSYsYEM5SVCC s2jzcdrZv8iiv5+jrQ3hTFtoE/qXEWfkFH60nErSBTLRUCFn6u5yxJ4j5oR0XyHBbic7PR 12imnmzD5OaGD1AwB4JT2TtWxSJ2vMIvQdm/Pj9p8cVyp1oVv3TRTbHeckufOrkiF2O66d s3dOLNI63262R92OPx0+dcgoOZhW47SVuH2SiX/0qVJiH7s4YL0a9ZhTNL+vPg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 3/3] core194: Ship graphs.pl and netovpnrw.cgi for bug13838 fixes. Date: Mon, 7 Apr 2025 20:43:45 +0200 Message-ID: <20250407184345.3242601-3-adolf.belka@ipfire.org> In-Reply-To: <20250407184345.3242601-1-adolf.belka@ipfire.org> References: <20250407184345.3242601-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Signed-off-by: Adolf Belka --- config/rootfiles/core/194/filelists/files | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/rootfiles/core/194/filelists/files b/config/rootfiles/core/194/filelists/files index 03dfa2929..91c017ed2 100644 --- a/config/rootfiles/core/194/filelists/files +++ b/config/rootfiles/core/194/filelists/files @@ -6,3 +6,5 @@ etc/ssl/openssl.cnf srv/web/ipfire/cgi-bin/vpnmain.cgi var/ipfire/backup/include var/ipfire/backup/bin/backup.pl +srv/web/ipfire/cgi-bin/netovpnrw.cgi +var/ipfire/graphs.pl -- 2.49.0