]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - config/rootfiles/updater/update.sh
Change collectd symlink to be started after network
[people/teissler/ipfire-2.x.git] / config / rootfiles / updater / update.sh
index e0b96a64d382357e620a7d22f2f1abacbf4dce35..526e89d2579c7bc560bd3557d2cdbfe632467d9e 100755 (executable)
@@ -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