From mboxrd@z Thu Jan 1 00:00:00 1970 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> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4957346522456615666==" List-Id: --===============4957346522456615666== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - With nut enabled in collectd as a plugin (to match with apcupsd) then it ha= d to be moved to before collectd. - netsnmpd is required by nut for one of its rootfiles and therefore has to s= tay 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 --=20 2.47.1 --===============4957346522456615666==--