diff options
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rwxr-xr-x | sitesummary-update-munin | 4 | 
2 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 4507f21..aa0b1e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sitesummary (0.0.74) UNRELEASED; urgency=low + +  * Add munin include dir to default munin config to match recent +    munin versions. + + -- Petter Reinholdtsen <pere@debian.org>  Thu, 22 Dec 2011 18:52:10 +0100 +  sitesummary (0.0.73) unstable; urgency=low    * Add forgotten nagios plugin check_ldap_root to sitesummary-client. diff --git a/sitesummary-update-munin b/sitesummary-update-munin index d69c713..b3faece 100755 --- a/sitesummary-update-munin +++ b/sitesummary-update-munin @@ -50,6 +50,10 @@ logdir	$muninlogdir  rundir	$muninrundir  tmpldir	$munintmpldir +# (Exactly one) directory to include all files from. +# +includedir /etc/munin/munin-conf.d +  EOF  	fi  | 
