collectd: start after ntpd.

This commit is contained in:
Arne Fitzenreiter
2011-01-01 17:54:33 +01:00
parent b307417f30
commit 8251173b76
3 changed files with 9 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ etc/collectd.custom
etc/collectd.precache
etc/collectd.thermal
etc/rc.d/rc0.d/K50collectd
etc/rc.d/rc3.d/S21collectd
etc/rc.d/rc3.d/S29collectd
etc/rc.d/rc6.d/K50collectd
#usr/bin/collectd-nagios
#usr/etc/collectd.conf

View File

@@ -103,6 +103,12 @@ echo Unpack the updated files ...
tar xvf /opt/pakfire/tmp/files --preserve --numeric-owner -C / \
--no-overwrite-dir
#
# Change collectd init symlinks
#
rm -f /etc/rc.d/rc3.d/S21collectd
ln -f -s ../init.d/collectd /etc/rc.d/rc3.d/S29collectd
# Remove old pakfire cronjob.
rm -f /etc/fcron.daily/pakfire-update