[Pkg-nagios-changes] [pkg-nagios] r1570 - nagios-nsca/trunk/debian
Alexander Wirt
formorer at alioth.debian.org
Sun Sep 14 06:32:35 UTC 2008
Author: formorer
Date: 2008-09-14 06:32:35 +0000 (Sun, 14 Sep 2008)
New Revision: 1570
Modified:
nagios-nsca/trunk/debian/changelog
nagios-nsca/trunk/debian/postinst
Log:
Update changelog. Really change postinst
Modified: nagios-nsca/trunk/debian/changelog
===================================================================
--- nagios-nsca/trunk/debian/changelog 2008-09-12 07:07:26 UTC (rev 1569)
+++ nagios-nsca/trunk/debian/changelog 2008-09-14 06:32:35 UTC (rev 1570)
@@ -6,9 +6,6 @@
* Add LSB dependency info to initscript (Closes: #466261)
* Update postinst to nagios3 (Closes: #495034)
* Mention dpkg-reconfigure in README.debian
- * Add po-debconf as build-dependency
- * Integrate last nmus and acknowledge them (Closes: #484419, #432465)
- also Closes: #448119, #414590, #476814, #476878, #476918, #477985
-- Alexander Wirt <formorer at debian.org> Fri, 12 Sep 2008 08:28:29 +0200
Modified: nagios-nsca/trunk/debian/postinst
===================================================================
--- nagios-nsca/trunk/debian/postinst 2008-09-12 07:07:26 UTC (rev 1569)
+++ nagios-nsca/trunk/debian/postinst 2008-09-14 06:32:35 UTC (rev 1570)
@@ -45,7 +45,7 @@
;;
# anything else is "undefined", so we then use our defaults
*)
- if which nagios >/dev/null 2>&2 || which nagios2 >/dev/null; then
+ if which nagios >/dev/null 2>&1 || which nagios3 >/dev/null 2>&1 || which nagios2 >/dev/null 2>&1 ; then
echo "true"
else
echo "false"
More information about the Pkg-nagios-changes
mailing list