From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bNtxn0v7xz334R for ; Fri, 20 Jun 2025 10:29:17 +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 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bNtxj4PwFz309S for ; Fri, 20 Jun 2025 10:29:13 +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 4bNtxj0b1fz2sJ; Fri, 20 Jun 2025 10:29:13 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1750415353; 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=2zWT+zP0zyAkGRlJKylW0ljjuG/4j9FwT98C7bP+Auo=; b=DPJ6BuN8fTuwWLEjOdHwp1RxrQExG0lvIfk11jR80GQl6yelmwi8yu+me1QHAgNjeS7pgj kem3hHDOv3+XPrBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1750415353; 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=2zWT+zP0zyAkGRlJKylW0ljjuG/4j9FwT98C7bP+Auo=; b=W5jixBecfcJHpDbjt6AXzsTahuvMSR4JJKMq0x2Yp6DgrlCWqCku1epfu7VXcSQOjgEBjQ yHRWfCVvn5cOMfPlyPsJBaqftrkYg3JEcHwkdQddLTJYIZLoiQcjXFK9QMQdfhKxdRqmG2 078/GZvV0RYEawIUyz4ZrowCD0YpkN26jRBb/CtgYkUcvTJwiJ6Vr1KXbPKnmRNfMHqIgQ vgI2TF2Ohr/kG3gYGoXF1RXa/elkvYrZd4Cqnsd7BDtzNHiB8/oyXeHvIgiWgQUXhJGJWH ExNbUSaUk5EhqcDn2a+RQPn9q0S9/xRGqVHoeWHCruQytm9jr5kpvvmPGNGv6Q== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 2/2] core196: Ship collectd Date: Fri, 20 Jun 2025 12:29:09 +0200 Message-ID: <20250620102910.3364792-2-adolf.belka@ipfire.org> In-Reply-To: <20250620102910.3364792-1-adolf.belka@ipfire.org> References: <20250620102910.3364792-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/196/filelists/collectd | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/196/filelists/collectd diff --git a/config/rootfiles/core/196/filelists/collectd b/config/rootfiles/core/196/filelists/collectd new file mode 120000 index 000000000..871b32f14 --- /dev/null +++ b/config/rootfiles/core/196/filelists/collectd @@ -0,0 +1 @@ +../../../common/collectd \ No newline at end of file -- 2.49.0