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 4cH9kF1NSrz2yvn for ; Wed, 03 Sep 2025 18:14:45 +0000 (UTC) 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 "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cH9k95wgZz2xLt for ; Wed, 03 Sep 2025 18:14:41 +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 4cH9k85Dd4zrg; Wed, 03 Sep 2025 18:14:40 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1756923280; 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=RGshIwrpfXcu1VK4hMZWUOctSNmsrw1peyjOkkmKsyY=; b=65qQHrEpwPa5jG+IowxqoVX630G7T98y6ZiG8amqEbLkbJzrJKYgB4wpIegoiqrkMRW1VC /mc2UrrnCNnQmuDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1756923280; 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=RGshIwrpfXcu1VK4hMZWUOctSNmsrw1peyjOkkmKsyY=; b=Ri4KCBoEa5H3SNBIAh+Rwq63o1Sd+w272Q9mfRZrab/Lqk3hK0YnFe5HOPmQELhSSzs7r8 e8O8N3/GZgUlH4/hhoKoR+x2aFwfo3IhugVtH96igOhBRIMY7lW5C12hTZLv8gkCJd/Vp7 bauteLra7pXLrw9GirQhyHv9EveiEmc1VAI5BEmJ7IQAoJ0tyTP0Yv/pGGqlquW5iqGxP6 S+H67s76gSMJu2KDjufwvd+Ylal6zMd1/Bp4eNXRLWpgtumuKrj66e5Fkt+uCkqi3yELry tvuWJ6wlWFk+S1slGhQaqg+SCveMYjtIQ1MxoeUjg0FW/DNqeS+mY6H68lKjLA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core197: Ship collectd Date: Wed, 3 Sep 2025 20:14:37 +0200 Message-ID: <20250903181437.3396721-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 Signed-off-by: Adolf Belka --- config/rootfiles/core/197/filelists/collectd | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/197/filelists/collectd diff --git a/config/rootfiles/core/197/filelists/collectd b/config/rootfiles/core/197/filelists/collectd new file mode 120000 index 000000000..871b32f14 --- /dev/null +++ b/config/rootfiles/core/197/filelists/collectd @@ -0,0 +1 @@ +../../../common/collectd \ No newline at end of file -- 2.51.0