From patchwork Wed Dec 25 13:48:27 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8371 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 (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4YJClj5HGDz3xDX for ; Wed, 25 Dec 2024 13:48:49 +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 RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4YJCld3Bntz4pH; Wed, 25 Dec 2024 13:48:45 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4YJCld1nHnz33v8; Wed, 25 Dec 2024 13:48: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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4YJClW0sZDz3458 for ; Wed, 25 Dec 2024 13:48:39 +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 4YJClV4slZzCD; Wed, 25 Dec 2024 13:48:38 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1735134518; 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=jARVQMFzAjuCbLSDLC9GGEOb5GJCl1qyjg3WssJydfE=; b=U1MtdG4j2b/FBA/V3DhcloT89xpiA4IgcMymza/nk3bWCiVQnHRaRGx0TH7fgAQZzyG5U/ Tlw2QYc3BZuP+mCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1735134518; 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=jARVQMFzAjuCbLSDLC9GGEOb5GJCl1qyjg3WssJydfE=; b=mebro4mXXCNJsRO4obqPcuPykFWVi/0Ol0nVlB2PZxEo31jbBbCb+1pU4V9yk+hM58llOW 1DykMFAxL0Z/PnDc6K34n1KY/Hyoo0puNwd3aV067uyn+6+glG/eVFBwOnFWCZuadbBUSM nRn0UnazEcnHePh/2NQFrjgfpApNuRBmeGjj1LBhut3OevhSFINm7PmfhFKDdwfdDghUFT KGahv6SAlmtjPI5RbKwXNc5z8EEYuHndUpZecIK6YwuBK4AQFu/QbV3xCtQ92l8Xa9g1j1 oKMalkdZaDbzL/SN8Logb45DGQSQje85RH9FMFY1xZVfpZj0GxcVp2wIQjrsRQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 6/7] make.sh: Change of position for nut and dependant programs Date: Wed, 25 Dec 2024 14:48:27 +0100 Message-ID: <20241225134828.6231-6-adolf.belka@ipfire.org> In-Reply-To: <20241225134828.6231-1-adolf.belka@ipfire.org> References: <20241225134828.6231-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: OACLF4JPXIZOVIB72MCDGAT73OAGQG6B X-Message-ID-Hash: OACLF4JPXIZOVIB72MCDGAT73OAGQG6B X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - With nut enabled in collectd as a plugin (to match with apcupsd) then it had to be moved to before collectd. - netsnmpd is required by nut for one of its rootfiles and therefore has to stay before nut. Signed-off-by: Adolf Belka --- make.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make.sh b/make.sh index ee098d9a3..84c18ad80 100755 --- a/make.sh +++ b/make.sh @@ -1849,6 +1849,8 @@ build_system() { lfsmake2 lm_sensors lfsmake2 libstatgrab lfsmake2 liboping + lfsmake2 netsnmpd + lfsmake2 nut lfsmake2 collectd lfsmake2 git lfsmake2 linux-firmware @@ -1871,7 +1873,6 @@ build_system() { lfsmake2 libslirp lfsmake2 dtc lfsmake2 qemu - lfsmake2 netsnmpd lfsmake2 nagios_nrpe lfsmake2 nagios-plugins lfsmake2 observium-agent @@ -1920,7 +1921,6 @@ build_system() { lfsmake2 openvmtools lfsmake2 joe lfsmake2 monit - lfsmake2 nut lfsmake2 watchdog lfsmake2 usb_modeswitch lfsmake2 usb_modeswitch_data