From patchwork Thu Mar 5 17:11:17 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9548 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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4fRbft4c1Gz3xYx for ; Thu, 05 Mar 2026 17:11:34 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E7" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4fRbfs0Qxgz6Bc for ; Thu, 05 Mar 2026 17:11:33 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4fRbfq4nmrz3452 for ; Thu, 05 Mar 2026 17:11:31 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4fRbfn0Ljqz33st for ; Thu, 05 Mar 2026 17:11:29 +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 4fRbfm3QVSz5h4; Thu, 05 Mar 2026 17:11:28 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1772730688; 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=/Uiipjp5mZvqVMRYTz/Wh7ue9ocvfWbNYf2ekla6GA0=; b=vvt+EbxjZyINe+spLCHbU+Wt7LX5WXZxxBRApirZzenyqww6XLAHh2urs2+P4vkeLP/g9N eUzza14l+U4MC3Aw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1772730688; 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=/Uiipjp5mZvqVMRYTz/Wh7ue9ocvfWbNYf2ekla6GA0=; b=qs9odYNFfURWRR5PBKQm0ZFaemLd74izF5VrJtGqoB2evGcf/4sEEiINTO/38IsLh4Vbqt 8StfVHRuK9d4ZFmLrmfRXHPno+u8XyT2TX2HOHGr2L9auBQfWlYeUqot3EMrSM88ybqyob A/Q8laGenZRnBGALlb3JKa3eW0oidAQJ27Q4z48Jfoe1132981iY4eFd0L7DbVYEXblLQQ WClhUI1sl+YKthLlTqAgrntBnIWc7RC8G3URrjyMURN4L/nnorF6nLNmHZgX1kHUzZcQiT Hsq9viMuuohkxg3WQCqv/vNq5YkWfkPBINmEmVRFaJca20KaxT9b+31zmjkMNA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core201: Ship iana-etc Date: Thu, 5 Mar 2026 18:11:17 +0100 Message-ID: <20260305171124.2654733-3-adolf.belka@ipfire.org> In-Reply-To: <20260305171124.2654733-1-adolf.belka@ipfire.org> References: <20260305171124.2654733-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 Signed-off-by: Adolf Belka --- config/rootfiles/core/201/filelists/iana-etc | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/201/filelists/iana-etc diff --git a/config/rootfiles/core/201/filelists/iana-etc b/config/rootfiles/core/201/filelists/iana-etc new file mode 120000 index 000000000..1f3d54dbd --- /dev/null +++ b/config/rootfiles/core/201/filelists/iana-etc @@ -0,0 +1 @@ +../../../common/iana-etc \ No newline at end of file