aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorAndreas B. Mundt <andi.mundt@web.de>2011-06-16 19:29:27 +0000
committerAndreas B. Mundt <andi.mundt@web.de>2011-06-16 19:29:27 +0000
commit542f2d93293f07865c9ea8ce509376cba1a20a22 (patch)
treec119f104056c87d291e294ba58008269dbcfe48f /debian
parent23b5d6fd101027b32cd827863984e74febdf2c1f (diff)
downloadsitesummary-542f2d93293f07865c9ea8ce509376cba1a20a22.tar.gz
sitesummary-542f2d93293f07865c9ea8ce509376cba1a20a22.tar.bz2
sitesummary-542f2d93293f07865c9ea8ce509376cba1a20a22.tar.xz
Add '-w' and 'use strict;' to nagios-plugins/check_kernel_status.
Modify code to get rid of warnings (i.e. add 'my'). This seems to help nagios' embedded perl interpreter to run the script after
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index af4140f..e467819 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,8 @@
sitesummary (0.0.68+nmu1) UNRELEASED; urgency=low
- * Add '-w' and 'my' to nagios-plugins/check_kernel_status. This seems
- to help nagios' embedded perl interpreter to run the script after
+ * Add '-w' and 'use strict;' to nagios-plugins/check_kernel_status.
+ Modify code to get rid of warnings (i.e. add 'my'). This seems to
+ help nagios' embedded perl interpreter to run the script after
reboot.
-- Andreas B. Mundt <andi.mundt@web.de> Thu, 16 Jun 2011 20:33:54 +0200