From 4145cffd4303eeaab0cf4d4725c95eb51b3cd068 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Wed, 25 Dec 2024 14:48:27 +0100 Subject: [PATCH] make.sh: Change of position for nut and dependant programs - 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 Signed-off-by: Arne Fitzenreiter --- make.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make.sh b/make.sh index 97af7c91d..03e19fad6 100755 --- a/make.sh +++ b/make.sh @@ -1850,6 +1850,8 @@ build_system() { lfsmake2 lm_sensors lfsmake2 libstatgrab lfsmake2 liboping + lfsmake2 netsnmpd + lfsmake2 nut lfsmake2 collectd lfsmake2 git lfsmake2 linux-firmware @@ -1872,7 +1874,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 -- 2.39.5