aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/sitesummary.cron.daily2
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