diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2007-12-10 08:00:17 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2007-12-10 08:00:17 +0000 |
commit | 1297a0f26098aa4af69fcf1d7bda12ce1f9b6865 (patch) | |
tree | 37c2f3116070d109ee7ed18b0f903c592edaf8b0 | |
parent | 283bb9ab6cb0f9816f9aae8bfc55f15ac4343bd6 (diff) | |
download | sitesummary-1297a0f26098aa4af69fcf1d7bda12ce1f9b6865.tar.gz sitesummary-1297a0f26098aa4af69fcf1d7bda12ce1f9b6865.tar.bz2 sitesummary-1297a0f26098aa4af69fcf1d7bda12ce1f9b6865.tar.xz |
* Fix typo in handling of munin.conf.post.
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | debian/sitesummary.cron.daily | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 3d8550f..1a55d59 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sitesummary (0.0.37) UNRELEASED; urgency=low + + * Fix typo in handling of munin.conf.post. + + -- Petter Reinholdtsen <pere@debian.org> Mon, 10 Dec 2007 08:59:37 +0100 + sitesummary (0.0.36) unstable; urgency=low * fix minor html error in html output diff --git a/debian/sitesummary.cron.daily b/debian/sitesummary.cron.daily index 479b52f..b06023a 100755 --- a/debian/sitesummary.cron.daily +++ b/debian/sitesummary.cron.daily @@ -51,7 +51,7 @@ EOF sitesummary-nodes -m - [ -f $MUNINDIR/munin.conf.pre ] && cat $MUNINDIR/munin.conf.post + [ -f $MUNINDIR/munin.conf.post ] && cat $MUNINDIR/munin.conf.post # Make sure the subshell return true to trigger the mv below. true |