From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4d9FC34TJqz32ZQ for ; Mon, 17 Nov 2025 17:30:55 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4d9FC01tJLz2xHk for ; Mon, 17 Nov 2025 17:30:52 +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 4d9FBy583MzCx; Mon, 17 Nov 2025 17:30:50 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1763400650; 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=aED6qiB3qUoeZWAAq3vEwpe3LMx2ArOmbRYGI4IDCmI=; b=2wG2/2sFJcFtnYNUadt+JFnEa8gZwAcPfuH5mfIaIAQpc7Hf26ioNv/MVwD0NAEk0pLbgE dLbB7NIw6qyCPPBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1763400650; 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=aED6qiB3qUoeZWAAq3vEwpe3LMx2ArOmbRYGI4IDCmI=; b=I9nGc+gw0FZH1vdfl1X+x70Zig47mLpdjxekYJAjUVX4caZx5d5bJx8LpKIVY4Hs3gGcnt NNKPEn/ovpjgZNKW+HLEYYz2ws3Ql1rwjyWL6edraVCZVoGmMBlf0QRuMFkBMgi0VXMCz7 ehTXwh76qG/TGv6DQ2rRILxQAJsqZwrIW0BpDHRKNLPQm2pLC9Dcx3sW+Y7tZRJyDQ2fkw mQL8tt9YBqPsbvJvbxQrquEF1gLBu0WkmIIJxgx0q5VCtKx9rXC1I5TlGyeWek6NoAuDO6 jXIbKvJRz8py1cLbcCyxjC/OhAYHRCO+31mYKC5yzz997w66LqicI0unosd4ww== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core199: Ship general-functions.pl Date: Mon, 17 Nov 2025 18:30:46 +0100 Message-ID: <20251117173047.184929-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 - This file was changed in CU198 but was not shipped so the changes were not included in CU198 updates. Signed-off-by: Adolf Belka --- config/rootfiles/core/199/filelists/files | 1 + 1 file changed, 1 insertion(+) diff --git a/config/rootfiles/core/199/filelists/files b/config/rootfiles/core/199/filelists/files index 1a3e0b9c9..0d20bb165 100644 --- a/config/rootfiles/core/199/filelists/files +++ b/config/rootfiles/core/199/filelists/files @@ -27,6 +27,7 @@ usr/local/bin/lldpdctrl usr/sbin/openvpn-authenticator usr/sbin/redirect_wrapper var/ipfire/backup/include +var/ipfire/general-functions.pl var/ipfire/header.pl var/ipfire/lldp var/ipfire/menu.d/30-network.menu -- 2.51.2