[Pkg-nagios-changes] [pkg-nagios] r1620 - nagios3/trunk/debian

Alexander Wirt formorer at alioth.debian.org
Thu Mar 12 05:11:21 UTC 2009


tags 514168 pending
tags 518884 pending
tags 519341 pending
thanks

Author: formorer
Date: 2009-03-12 05:11:20 +0000 (Thu, 12 Mar 2009)
New Revision: 1620

Modified:
   nagios3/trunk/debian/changelog
   nagios3/trunk/debian/nagios3-common.prerm
Log:
Fix typo in prerm script


Modified: nagios3/trunk/debian/changelog
===================================================================
--- nagios3/trunk/debian/changelog	2009-02-16 01:57:45 UTC (rev 1619)
+++ nagios3/trunk/debian/changelog	2009-03-12 05:11:20 UTC (rev 1620)
@@ -1,3 +1,10 @@
+nagios3 (3.0.6-4) unstable; urgency=low
+
+  * Fix syntax error in nagios3-common.prerm 
+    (Closes: #519341, #514168, #518884)
+
+ -- Alexander Wirt <formorer at debian.org>  Thu, 12 Mar 2009 06:08:53 +0100
+
 nagios3 (3.0.6-3) unstable; urgency=low
 
   [ Alexander Wirt ]

Modified: nagios3/trunk/debian/nagios3-common.prerm
===================================================================
--- nagios3/trunk/debian/nagios3-common.prerm	2009-02-16 01:57:45 UTC (rev 1619)
+++ nagios3/trunk/debian/nagios3-common.prerm	2009-03-12 05:11:20 UTC (rev 1620)
@@ -4,7 +4,7 @@
 
 apacheconf="/etc/nagios3/apache2.conf"
 
-if [ -f $apacheconf ]
+if [ -f $apacheconf ]; then
   case "$1" in
     remove)
 	# find the configured servers




More information about the Pkg-nagios-changes mailing list