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 4Zypgp72qgz30V0 for ; Thu, 15 May 2025 12:00:38 +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 4Zypgl3pyTz2yHY for ; Thu, 15 May 2025 12:00: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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Zypgk5Jrfz8Y; Thu, 15 May 2025 12:00:34 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1747310434; 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; bh=s03OU941HX5RO60sHjARbZYbIp3bA1hzXvCWQOx4ajs=; b=sm793HV/O6Qab27OuxUUGY33v+nz/A456Ai0PrXXnyWqqMvfrftI2NXPUvxuWuuErcyG2T 5wyKi6rVuThT1mAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1747310434; 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; bh=s03OU941HX5RO60sHjARbZYbIp3bA1hzXvCWQOx4ajs=; b=Ky43pFOsBxI/Qw/9K9c4QNrAox3P0yOmRPOqCOn9UNCjWgagvCmP0QSCtmEZNWC2iwDfkY uEbqTYviLjK1R7KlFrnTweO21yHHfWl5Bc8KO8CMBcXBOQY3IfCaSJTZ85H6kOaqQ4sJKj z9ngM9So6S3oUKq8L+Lrc6ox3N5uv42Zk5P1xO9E8K1/lzboMq0Dl0o7J4kIsO8tCJGSNr JTy+sD6ky6hkx/Ryl86GlTuyE4r3dowgQbE27JrComUCNF0mGJCkBgM+18o/BIOtWu5WMn 8yPoP3vevDz9AiL2lXDiGuSp34qY3eprIoeu8MRwfTRYxY6uAszKqI0+Z6Fldw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core196: Ship all packages modified from bug13834 patch set Date: Thu, 15 May 2025 14:00:29 +0200 Message-ID: <20250515120029.13999-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/196/filelists/files | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/rootfiles/core/196/filelists/files b/config/rootfiles/core/196/filelists/files index db33fd261..7d9bdb56a 100644 --- a/config/rootfiles/core/196/filelists/files +++ b/config/rootfiles/core/196/filelists/files @@ -2,3 +2,7 @@ srv/web/ipfire/cgi-bin/ovpnmain.cgi srv/web/ipfire/cgi-bin/pakfire.cgi var/ipfire/langs/list var/ipfire/fwhosts/customservices +var/ipfire/graphs.pl +srv/web/ipfire/cgi-bin/netexternal.cgi +srv/web/ipfire/cgi-bin/netovpnsrv.cgi +etc/rc.d/init.d/networking/red -- 2.49.0