diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2008-07-21 21:27:32 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2008-07-21 21:27:32 +0000 |
commit | 49fd524f6b4eb72d68903b18257df26f3b73e546 (patch) | |
tree | 6452422feefc7badaad0e457183ee5c0f6dbd831 | |
parent | 5e43c2f2dd22ba020753bf866354268de3399c17 (diff) | |
download | sitesummary-49fd524f6b4eb72d68903b18257df26f3b73e546.tar.gz sitesummary-49fd524f6b4eb72d68903b18257df26f3b73e546.tar.bz2 sitesummary-49fd524f6b4eb72d68903b18257df26f3b73e546.tar.xz |
* Undo fix for slow propagation of information on first time install,
because it fail when both client and server is installed by d-i.
-rw-r--r-- | debian/changelog | 7 | ||||
-rwxr-xr-x | debian/sitesummary.cron.daily | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index 8419726..abd89a9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sitesummary (0.0.44) UNRELEASED; urgency=low + + * Undo fix for slow propagation of information on first time install, + because it fail when both client and server is installed by d-i. + + -- Petter Reinholdtsen <pere@debian.org> Mon, 21 Jul 2008 23:24:33 +0200 + sitesummary (0.0.43) unstable; urgency=low * Fix the code running collector handlers, to get it working when diff --git a/debian/sitesummary.cron.daily b/debian/sitesummary.cron.daily index 1c3711d..b06023a 100755 --- a/debian/sitesummary.cron.daily +++ b/debian/sitesummary.cron.daily @@ -8,12 +8,6 @@ daylimit=120 makewebreport=/usr/sbin/sitesummary-makewebreport nodes=/usr/sbin/sitesummary-nodes -if [ -x /usr/sbin/sitesummary-client ] ; then - # Make sure to collect information about ourself, if we are both a client - # and a server. - nice /usr/sbin/sitesummary-client -fi - # Modify this in collector.cfg to /etc/munin/ to automatically replace # the default munin configuration. MUNINDIR=/var/lib/sitesummary |