From patchwork Thu Aug 13 13:39:33 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 10142 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 "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4hLRPD0SJrz3wqM for ; Thu, 13 Aug 2026 13:42:24 +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) (Client CN "mail02.haj.ipfire.org", Issuer "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4hLRP35wT6z7P9 for ; Thu, 13 Aug 2026 13:42:15 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hLRLr6lkWz379q for ; Thu, 13 Aug 2026 13:40:20 +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) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4hLRLp29Qbz2xMg for ; Thu, 13 Aug 2026 13:40:18 +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 4hLRLf0W82z3cp; Thu, 13 Aug 2026 13:40:10 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1786628410; 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=H5J71Xw2R/cP/R6RuxgCdAk6i0ysZdES8ktP4sqZcZQ=; b=X0XHBuYiFZLDGCBdlO3ESLN7W59B5wTLOYnOVRAw4q/hYPrEH3C635M02D//LdIh4QiLJ/ 7isSe3O/7nx6sHAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1786628410; 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=H5J71Xw2R/cP/R6RuxgCdAk6i0ysZdES8ktP4sqZcZQ=; b=BbiCSKPwYnxMOlwlw3RFQOxrdevxj6y12qCI3ZSOPOTe7BA0jWbjW8nWY+gmU68MxI7CUB EDd6HlwaXjHsgDbm1E74xug1vIRkCTYZoyjg7HjDVtzsjDOQRiuxKcG4qEKJJRZzMkUt1D 2LZAY5HhJ3KeEle2qAejmY8W9AJFjfnve0zxhM7Czaqxf8/nQ40MPPB1tUmdHIfP/uYmsk 9g5aeeVfkyIDcxxunFP9TVxZPvfggzgI88qy04/6NQTGEU+GrRoTKosIaXbA0tRxR2pQz6 DorJeswwm1y9bQZM1yXSQY7lWI1vuFeKgT9ifuDEFCJ3/QOOy9tNbW6tINvBBw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core205: Ship procps Date: Thu, 13 Aug 2026 15:39:33 +0200 Message-ID: <20260813133942.2669472-4-adolf.belka@ipfire.org> In-Reply-To: <20260813133942.2669472-1-adolf.belka@ipfire.org> References: <20260813133942.2669472-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/205/filelists/procps | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/205/filelists/procps diff --git a/config/rootfiles/core/205/filelists/procps b/config/rootfiles/core/205/filelists/procps new file mode 120000 index 000000000..e17e8ed70 --- /dev/null +++ b/config/rootfiles/core/205/filelists/procps @@ -0,0 +1 @@ +../../../common/procps \ No newline at end of file