Lars Wirzenius <[EMAIL PROTECTED]> writes:

> 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

Looks like the comment should be removed as well, then...

-- 
  ,''`.
 : :' :        Romain Francoise <[EMAIL PROTECTED]>
 `. `'         http://people.debian.org/~rfrancoise/
   `-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to