Holger Levsen <hol...@layer-acht.org> writes:

> Hi Christian,
>
> please keep me cc:ed, I'm not subscribed.
>
> On Mittwoch, 3. August 2011, Christian Marillat wrote:
>> > during a test with piuparts I noticed your package failed to purge.
>> I'm unable to reproduce this bug under a real unstable (Virtualbox).
>
> I just retested under sid and could still reproduce the bug.
>
>> Do you agree or not ?
>
> With what? :)
>
> I still think this is a bug in cricket and that you should investigate more 
> and fix it. Is your virtualbox installation have a clean+empty installation?

Of course yes. I start with a clone unstable installation.

Still unable to reproduce :

,----
| $ LANG=C sudo apt-get remove --purge  cricket                   
| Reading package lists... Done
| Building dependency tree       
| Reading state information... Done
| The following packages were automatically installed and are no longer 
required:
|   debian-policy libsnmp-session-perl
| Use 'apt-get autoremove' to remove them.
| The following packages will be REMOVED:
|   cricket*
| 0 upgraded, 0 newly installed, 1 to remove and 3 not upgraded.
| After this operation, 1614 kB disk space will be freed.
| Do you want to continue [Y/n]? 
| (Reading database ... 208675 files and directories currently installed.)
| Removing cricket ...
| Purging configuration files for cricket ...
| Processing triggers for doc-base ...
| Processing 1 removed doc-base file...
| Processing triggers for man-db ...
`----

And the postrm script contains only one call to userdel and one to
groupdel. I see nothing wrong with that :

,----
| case "$1" in
|     purge)
| 
|       if id cricket > /dev/null 2>&1; then
|               if [ -x /usr/sbin/deluser ]; then
|           userdel cricket
|           else
|                       echo "Can't remove user cricket. Please remove this 
user by hand."
|               fi
|       fi
| 
|       if sg cricket -c true 2>/dev/null; then
|               if [ -x /usr/sbin/groupdel ]; then
|           groupdel cricket
|           else
|                       echo "Can't remove user cricket. Please remove this 
user by hand."
|               fi
|       fi
`----

Christian



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to