From patchwork Thu Jul 8 11:20:04 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 4496 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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4GLDNY1lxjz3xGY for ; Thu, 8 Jul 2021 11:20:13 +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 ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4GLDNV53v4zNh; Thu, 8 Jul 2021 11:20:10 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4GLDNV3jnqz2yx2; Thu, 8 Jul 2021 11:20:10 +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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4GLDNT2Bsxz2yN1 for ; Thu, 8 Jul 2021 11:20:09 +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 ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4GLDNT0T4qz1s; Thu, 8 Jul 2021 11:20:09 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1625743209; 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=bCuQm1PP3znBAUBdz2L68PGebWyxfet/DxrFd2XI4dA=; b=AfyceIyapu975AYUX1UXTFiPNzPr0KEQnUMoYuZWfs5lzkP6I98rSvLeXMvbUq/jWpLujV 5pMcg2h11WGrb5DA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1625743209; 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=bCuQm1PP3znBAUBdz2L68PGebWyxfet/DxrFd2XI4dA=; b=EB96r8exqeZ+qTG5iHIG/8V6TbES0SG+Uxg4/mmEmdPGlmCy5FPDXQbzThoLihs9hK8ISZ OYCg4bJftlKKNPxM6VwldUme3/Bh5SASiPaR7t+Ze3mO9FHkNhouHsv9JVrNznkl2xghPC z9QnHxi/hMS80/zxy3dIAvARzeqoypNekdbZ4pOG31x536SNdnEyZZ8BhiMJiMtuK7mVbr cb2hs+vJWJ1TfthIJc4xwk+ZerqVENPmYHc7rlOWUKjCgv1tqxCS8QroPM9csD70pmq8BN z3scYbpuo8WhsVG39FKI69DzC610tmJNn8UlCW+YeD7xI1Qdqa3HnB+qBarn7w== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 2/3] libstatgrab: Make it part of the core system Date: Thu, 8 Jul 2021 11:20:04 +0000 Message-Id: <20210708112005.22389-2-michael.tremer@ipfire.org> In-Reply-To: <20210708112005.22389-1-michael.tremer@ipfire.org> References: <20210708112005.22389-1-michael.tremer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" collectd will be using this Signed-off-by: Michael Tremer --- config/rootfiles/{packages => common}/libstatgrab | 0 lfs/libstatgrab | 4 ---- 2 files changed, 4 deletions(-) rename config/rootfiles/{packages => common}/libstatgrab (100%) diff --git a/config/rootfiles/packages/libstatgrab b/config/rootfiles/common/libstatgrab similarity index 100% rename from config/rootfiles/packages/libstatgrab rename to config/rootfiles/common/libstatgrab diff --git a/lfs/libstatgrab b/lfs/libstatgrab index d21b66160..eef514773 100644 --- a/lfs/libstatgrab +++ b/lfs/libstatgrab @@ -31,10 +31,6 @@ DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) -PROG = libstatgrab -PAK_VER = 3 - -DEPS = ############################################################################### # Top-level Rules