tag 608812 moreinfo 

thanks

reflum,

On Mon, 2011-01-03 at 10:24 -0700, Bob Proulx wrote:
> Package: muroard
> Version: 0.1.0-4
> Severity: normal
> 
> When the muroard package is installed it adds a muroard user to the
> password database.  When the muroard package is purged the muroard
> user is left behind instead of being cleaned up and removed.

I just tested it in my sid sandbox and it worked fine.

The current postrm script does the following:
        purge)
                if getent passwd|grep -q ^muroard: ; then
                        userdel muroard 2>&1 > /dev/null || true
                fi

I don't see how it could leave the user beside userdel failing.
Please do the following:

 # userdel muroard; echo $?

and report the output.

-- 
Philipp.
 (Rah of PH2)

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to