| Message ID | 20260525115557.3631627-2-adolf.belka@ipfire.org |
|---|---|
| State | New |
| Headers |
Return-Path: <development+bounces-2190-patchwork=ipfire.org@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 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4gPDqX6KYnz3wmP for <patchwork@web04.haj.ipfire.org>; Mon, 25 May 2026 11:56:08 +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 "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gPDqV25qhz7Fc for <patchwork@ipfire.org>; Mon, 25 May 2026 11:56:06 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gPDqT0jmQz34Jr for <patchwork@ipfire.org>; Mon, 25 May 2026 11:56:05 +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 "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gPDqQ3dk6z2xPV for <development@lists.ipfire.org>; Mon, 25 May 2026 11:56:02 +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 4gPDqQ1gcSz2x3; Mon, 25 May 2026 11:56:02 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1779710162; 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=uQpHcGj5nDU9io5HbjzdbooExF8+WJV9Njcob+2FyOw=; b=PTKw0DpuxgKUiAHTZggw0zq31yE8U1/Wg99jB5jpYIbepv3U9Pjfrg8E5lo4L9SgaeasNg 7iUFTp8X5EEnbRBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1779710162; 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=uQpHcGj5nDU9io5HbjzdbooExF8+WJV9Njcob+2FyOw=; b=RitnR2NDRfcNAIgmpcngDTU/UpwAf9NBN1AdYnBvAhrGFbJU3d2by/as+9YSEq1Wdy7PT0 ER1HA2Wx4Kcw+dLPr3RmJS+2mXqP/RI0dt54JpIG6gjZhKKpL6UxuLiYQ+NJIgbDl8Im6h Zpa/JsfglNs3UBBXpD5HyTKIB8KixGSGN0//Gd5sgNgsM7ZzRYbS88oQYIMbEWa1KhUkQd XYonu2jdK1Bgd37OP6s736zH4OYW2jj1fBJW5zcsAbIlTfwCrumMlmao5ishusxjDQi7ka 6WJ7DL3p4y+DWU6rErMuZ6xj7jPBJQUMyD4xz7RC6gfxz9/KwgStLePgAKvKyQ== From: Adolf Belka <adolf.belka@ipfire.org> To: development@lists.ipfire.org Cc: Adolf Belka <adolf.belka@ipfire.org> Subject: [PATCH 02/14] core203: Ship collectd Date: Mon, 25 May 2026 13:55:45 +0200 Message-ID: <20260525115557.3631627-2-adolf.belka@ipfire.org> In-Reply-To: <20260525115557.3631627-1-adolf.belka@ipfire.org> References: <20260525115557.3631627-1-adolf.belka@ipfire.org> Precedence: list List-Id: <development.lists.ipfire.org> List-Subscribe: <https://lists.ipfire.org/>, <mailto:development+subscribe@lists.ipfire.org?subject=subscribe> List-Unsubscribe: <https://lists.ipfire.org/>, <mailto:development+unsubscribe@lists.ipfire.org?subject=unsubscribe> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development+help@lists.ipfire.org?subject=help> Sender: <development@lists.ipfire.org> Mail-Followup-To: <development@lists.ipfire.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
| Series |
[01/14] collectd: Fix build warning chown: warning: '.' should be ':'
|
|
Commit Message
Adolf Belka
25 May 2026, 11:55 a.m. UTC
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
config/rootfiles/core/203/filelists/collectd | 1 +
1 file changed, 1 insertion(+)
create mode 120000 config/rootfiles/core/203/filelists/collectd
diff --git a/config/rootfiles/core/203/filelists/collectd b/config/rootfiles/core/203/filelists/collectd new file mode 120000 index 000000000..871b32f14 --- /dev/null +++ b/config/rootfiles/core/203/filelists/collectd @@ -0,0 +1 @@ +../../../common/collectd \ No newline at end of file