tags 256615 + patch
thanks

Attached is a patch that removes deletion of the zope user and group
from the zope package.

diff -ru orig/debian/changelog zope-2.6.4/debian/changelog
--- orig/debian/changelog	2005-04-08 12:09:23.000000000 +0300
+++ zope-2.6.4/debian/changelog	2005-04-08 10:49:16.000000000 +0300
@@ -1,3 +1,11 @@
+zope (2.6.4-1.7) unstable; urgency=high
+
+  * Non-maintainer upload
+  * debian/zope.postrm: No longer removes zope user and group.
+    Closes: #256615.
+
+ -- Lars Wirzenius <[EMAIL PROTECTED]>  Fri,  8 Apr 2005 10:47:00 +0300
+
 zope (2.6.4-1.6) unstable; urgency=high
  
    * NMU
diff -ru orig/debian/zope.postrm zope-2.6.4/debian/zope.postrm
--- orig/debian/zope.postrm	2005-04-08 12:09:23.000000000 +0300
+++ zope-2.6.4/debian/zope.postrm	2005-04-08 10:46:22.000000000 +0300
@@ -43,12 +43,6 @@
     ;;
     purge)
         # Remove zope user and group.
-        if getent passwd zope > /dev/null 2>&1 ; then
-            userdel zope
-        fi
-        if getent group zope > /dev/null 2>&1 ; then
-            groupdel zope
-        fi
         if [ ! -f /var/lib/zope/moved ] ; then
             rm -f /var/lib/zope/var/Data.fs.*
             rm -f /var/lib/zope/access

Reply via email to