[Pkg-net-snmp-commits] r98 - branches/net-snmp53/debian trunk trunk/debian

Jochen Friedrich jochen at alioth.debian.org
Thu Nov 16 14:49:52 CET 2006


Author: jochen
Date: 2006-11-16 14:49:52 +0100 (Thu, 16 Nov 2006)
New Revision: 98

Added:
   branches/net-snmp53/debian/de.po
   branches/net-snmp53/debian/it.po
   trunk/de.po
   trunk/it.po
Modified:
   branches/net-snmp53/debian/changelog
   branches/net-snmp53/debian/snmpd.postrm
   trunk/debian/changelog
   trunk/debian/snmpd.postrm
Log:
Add translations and fix deluser (from R84, R85 and R96)


Modified: branches/net-snmp53/debian/changelog
===================================================================
--- branches/net-snmp53/debian/changelog	2006-11-16 13:35:41 UTC (rev 97)
+++ branches/net-snmp53/debian/changelog	2006-11-16 13:49:52 UTC (rev 98)
@@ -1,3 +1,13 @@
+net-snmp (5.3.1-3) experimental; urgency=low
+
+  * Don't fail postrm on non-existant deluser (Closes: #398540)
+  * Add German debconf translation (Closes: #397823)
+    Thanks to Helge Kreutzmann <debian at helgefjell.de>.
+  * Add Italian debconf translation (Closes: #398047)
+    Thanks to Luca Monducci <luca.mo at tiscali.it>.
+
+ -- Jochen Friedrich <jochen at scram.de>  Thu, 16 Nov 2006 13:58:27 +0100
+
 net-snmp (5.3.1-2) experimental; urgency=low
 
   * Add kfreebsd support. Thanks to Petr Salinger 

Copied: branches/net-snmp53/debian/de.po (from rev 96, branches/net-snmp52/debian/po/de.po)

Copied: branches/net-snmp53/debian/it.po (from rev 96, branches/net-snmp52/debian/po/it.po)

Modified: branches/net-snmp53/debian/snmpd.postrm
===================================================================
--- branches/net-snmp53/debian/snmpd.postrm	2006-11-16 13:35:41 UTC (rev 97)
+++ branches/net-snmp53/debian/snmpd.postrm	2006-11-16 13:49:52 UTC (rev 98)
@@ -8,7 +8,11 @@
     rm -f /var/run/agentx
     rm -f /var/run/snmpd.pid
     rm -f /var/run/snmptrapd.pid
-    deluser --quiet --system snmp
+    if [ -x /usr/sbin/deluser ]; then
+      deluser --quiet --system snmp
+    else
+      echo "Can't remove user snmp. Please remove this user by hand."
+    fi
 fi 
 
 #DEBHELPER#

Copied: trunk/de.po (from rev 96, branches/net-snmp52/debian/po/de.po)

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-11-16 13:35:41 UTC (rev 97)
+++ trunk/debian/changelog	2006-11-16 13:49:52 UTC (rev 98)
@@ -2,6 +2,11 @@
 
   [ Jochen Friedrich ]
   * New upstream version
+  * Don't fail postrm on non-existant deluser (Closes: #398540)
+  * Add German debconf translation (Closes: #397823)
+    Thanks to Helge Kreutzmann <debian at helgefjell.de>.
+  * Add Italian debconf translation (Closes: #398047)
+    Thanks to Luca Monducci <luca.mo at tiscali.it>.
 
   [ Thomas Anders ]
   * Change makefile patch for 5.4.rc2

Modified: trunk/debian/snmpd.postrm
===================================================================
--- trunk/debian/snmpd.postrm	2006-11-16 13:35:41 UTC (rev 97)
+++ trunk/debian/snmpd.postrm	2006-11-16 13:49:52 UTC (rev 98)
@@ -8,7 +8,11 @@
     rm -f /var/run/agentx
     rm -f /var/run/snmpd.pid
     rm -f /var/run/snmptrapd.pid
-    deluser --quiet --system snmp
+    if [ -x /usr/sbin/deluser ]; then
+      deluser --quiet --system snmp
+    else
+      echo "Can't remove user snmp. Please remove this user by hand."
+    fi
 fi 
 
 #DEBHELPER#

Copied: trunk/it.po (from rev 96, branches/net-snmp52/debian/po/it.po)




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