[Pkg-nagios-changes] [pkg-nagios] r1112 - nagios-snmp-plugins/trunk/debian

Jan Wagner waja-guest at alioth.debian.org
Sat Feb 10 12:22:47 CET 2007


Author: waja-guest
Date: 2007-02-10 12:22:46 +0100 (Sat, 10 Feb 2007)
New Revision: 1112

Modified:
   nagios-snmp-plugins/trunk/debian/postinst
   nagios-snmp-plugins/trunk/debian/postrm.in
Log:
add exit 0 and remove whitespace


Modified: nagios-snmp-plugins/trunk/debian/postinst
===================================================================
--- nagios-snmp-plugins/trunk/debian/postinst	2007-02-10 11:22:23 UTC (rev 1111)
+++ nagios-snmp-plugins/trunk/debian/postinst	2007-02-10 11:22:46 UTC (rev 1112)
@@ -19,3 +19,5 @@
 fi
 
 #DEBHELPER#
+
+exit 0

Modified: nagios-snmp-plugins/trunk/debian/postrm.in
===================================================================
--- nagios-snmp-plugins/trunk/debian/postrm.in	2007-02-10 11:22:23 UTC (rev 1111)
+++ nagios-snmp-plugins/trunk/debian/postrm.in	2007-02-10 11:22:46 UTC (rev 1112)
@@ -11,7 +11,9 @@
 		if [ "$have_ucf" = "yes" ]; then
 			ucf --purge /etc/nagios-plugins/config/${f}.cfg
 		fi
-	done 
+	done
 fi
 
 #DEBHELPER#
+
+exit 0




More information about the Pkg-nagios-changes mailing list