From patchwork Fri Jul 4 10:14:27 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8881 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 (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4bYTzB1Fl6z3xMj for ; Fri, 4 Jul 2025 10:15:18 +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 RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4bYTyy1kJcz81d for ; Fri, 4 Jul 2025 10:15:06 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bYTyt06pbz37GY for ; Fri, 4 Jul 2025 10:15:02 +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) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bYTym5h2Bz34PV for ; Fri, 4 Jul 2025 10:14:56 +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 4bYTyl3C07z6hf; Fri, 4 Jul 2025 10:14:55 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1751624095; 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=UYge0dHgElA0tlAFMeldApWmQ5uct3fxarjMOPcXlPQ=; b=PuPNR942kKhOO2jXT0B/zj3HLIGC8t67rcOd0B1ocx1mBV1CH8b1nvwxqotpMyIMKyMdtg 2boC3z6RsG0tcgDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1751624095; 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=UYge0dHgElA0tlAFMeldApWmQ5uct3fxarjMOPcXlPQ=; b=uAd3Q4MLhwbEndOEQhkGjlYCq9BRvynkY2ZveLr+5hQ4Xa017x04/uglavc8JIbGYX20vR TAYlQ8bOFTmUDVBB5o1hcoWwv0aWAMJuv4t6wfcpnlZHMs65vLOXJMOxNbnQRGaPG97JZC 44eaI5UznOAz0+yWMTgt1Xm/QAz59np3ugTNyHZR+lLNvszpx84WxbkLqMDZLDcBCfp9/S 4xJRa+7hFgPKaaiu7Nb5xucZ+sPnuX/xWJo+6xxrMB+ysqVAwXMiT5t+7Xfp62YSMzAM8N pm+I0BRWPwslZrLSwKtQ4maGF0uNDnWpHRtKeLTvXDzLz5GJmhdwqO9qJ9lHkA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core197: Ship shadow Date: Fri, 4 Jul 2025 12:14:27 +0200 Message-ID: <20250704101446.8038-12-adolf.belka@ipfire.org> In-Reply-To: <20250704101446.8038-1-adolf.belka@ipfire.org> References: <20250704101446.8038-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/197/filelists/shadow | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/197/filelists/shadow diff --git a/config/rootfiles/core/197/filelists/shadow b/config/rootfiles/core/197/filelists/shadow new file mode 120000 index 000000000..c0824b7b9 --- /dev/null +++ b/config/rootfiles/core/197/filelists/shadow @@ -0,0 +1 @@ +../../../common/shadow \ No newline at end of file