diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2011-11-15 00:01:20 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2011-11-15 00:01:20 +0000 |
commit | dd340e3a085adda86462e3e42cb2ca4d644f1869 (patch) | |
tree | 73760fbada27a539e86951a17e8db3920ded0903 /debian | |
parent | 0ea0a7ebe8d225ae4c5a022548974a6075abab89 (diff) | |
download | sitesummary-dd340e3a085adda86462e3e42cb2ca4d644f1869.tar.gz sitesummary-dd340e3a085adda86462e3e42cb2ca4d644f1869.tar.bz2 sitesummary-dd340e3a085adda86462e3e42cb2ca4d644f1869.tar.xz |
Adjust nagios-plugins/check_cups_queue to enforce the C locale
is used to get age calculation working independent of system
locale.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 1640421..7d5ade3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,14 @@ sitesummary (0.0.70) UNRELEASED; urgency=low + [ Petter Reinholdtsen ] * Improve LDAP server Nagios check, not only checking if the TCP port is listening, but also check if the server will reply to searches for the root DSE. * Adjust sitesummary-nodes code for generating Nagios configuration to avoid perl warnings when no default route is set for a host. + * Adjust nagios-plugins/check_cups_queue to enforce the C locale + is used to get age calculation working independent of system + locale. -- Petter Reinholdtsen <pere@debian.org> Mon, 14 Nov 2011 11:42:16 +0100 |