mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
Change collectd symlink to be started after network
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
etc/collectd.conf
|
||||
etc/rc.d/rc0.d/K50collectd
|
||||
etc/rc.d/rc3.d/S20collectd
|
||||
etc/rc.d/rc3.d/S21collectd
|
||||
etc/rc.d/rc6.d/K50collectd
|
||||
etc/rc.d/init.d/collectd
|
||||
#usr/bin/collectd-nagios
|
||||
|
||||
@@ -54,6 +54,10 @@ tar cjvf /var/ipfire/backup/update_$OLDVERSION-$NEWVERSION.tar.bz2 \
|
||||
echo
|
||||
echo Update IPfire to $NEWVERSON ...
|
||||
#
|
||||
# Delete old collectd symlink
|
||||
#
|
||||
rm -rf /etc/rc.d/rc3.d/S20collectd
|
||||
#
|
||||
# Backup the old grub config
|
||||
#
|
||||
mv /boot/grub/grub.conf /boot/grub/grub-old.conf
|
||||
|
||||
Reference in New Issue
Block a user