[Pkg-net-snmp-commits] r181 - branches/net-snmp53/debian branches/net-snmp54/debian branches/net-snmp54-dev/debian trunk/debian

jochen at alioth.debian.org jochen at alioth.debian.org
Wed Jul 4 17:30:59 UTC 2007


Author: jochen
Date: 2007-07-04 17:30:59 +0000 (Wed, 04 Jul 2007)
New Revision: 181

Modified:
   branches/net-snmp53/debian/snmpd.postrm
   branches/net-snmp54-dev/debian/snmpd.postrm
   branches/net-snmp54/debian/snmpd.postrm
   trunk/debian/snmpd.postrm
Log:
Merge R46 to fix nasty postrm bug


Modified: branches/net-snmp53/debian/snmpd.postrm
===================================================================
--- branches/net-snmp53/debian/snmpd.postrm	2007-07-04 15:50:15 UTC (rev 180)
+++ branches/net-snmp53/debian/snmpd.postrm	2007-07-04 17:30:59 UTC (rev 181)
@@ -2,6 +2,8 @@
 
 set -e
 
+#DEBHELPER#
+
 if [ $1 = purge ]; then  
     rm -f /var/lib/snmp/snmpd.conf*
     rm -f /var/lib/snmp/snmptrapd.conf*
@@ -15,6 +17,4 @@
     fi
 fi 
 
-#DEBHELPER#
-
 exit 0

Modified: branches/net-snmp54/debian/snmpd.postrm
===================================================================
--- branches/net-snmp54/debian/snmpd.postrm	2007-07-04 15:50:15 UTC (rev 180)
+++ branches/net-snmp54/debian/snmpd.postrm	2007-07-04 17:30:59 UTC (rev 181)
@@ -2,6 +2,8 @@
 
 set -e
 
+#DEBHELPER#
+
 if [ $1 = purge ]; then  
     rm -f /var/lib/snmp/snmpd.conf*
     rm -f /var/lib/snmp/snmptrapd.conf*
@@ -15,6 +17,4 @@
     fi
 fi 
 
-#DEBHELPER#
-
 exit 0

Modified: branches/net-snmp54-dev/debian/snmpd.postrm
===================================================================
--- branches/net-snmp54-dev/debian/snmpd.postrm	2007-07-04 15:50:15 UTC (rev 180)
+++ branches/net-snmp54-dev/debian/snmpd.postrm	2007-07-04 17:30:59 UTC (rev 181)
@@ -2,6 +2,8 @@
 
 set -e
 
+#DEBHELPER#
+
 if [ $1 = purge ]; then  
     rm -f /var/lib/snmp/snmpd.conf*
     rm -f /var/lib/snmp/snmptrapd.conf*
@@ -15,6 +17,4 @@
     fi
 fi 
 
-#DEBHELPER#
-
 exit 0

Modified: trunk/debian/snmpd.postrm
===================================================================
--- trunk/debian/snmpd.postrm	2007-07-04 15:50:15 UTC (rev 180)
+++ trunk/debian/snmpd.postrm	2007-07-04 17:30:59 UTC (rev 181)
@@ -2,6 +2,8 @@
 
 set -e
 
+#DEBHELPER#
+
 if [ $1 = purge ]; then  
     rm -f /var/lib/snmp/snmpd.conf*
     rm -f /var/lib/snmp/snmptrapd.conf*
@@ -15,6 +17,4 @@
     fi
 fi 
 
-#DEBHELPER#
-
 exit 0




More information about the Pkg-net-snmp-commits mailing list