On Mon, Sep 25, 2006 at 10:26:45AM +0200, Bill Allombert wrote:
> There is an error when attempting to purge console-log:
> 
>   Removing console-log ...
>   Purging configuration files for console-log ...
>   Removing system user
>   /var/lib/dpkg/info/console-log.postrm: line 23: deluser: command not found
>   dpkg: error processing console-log (--purge):
>    subprocess post-removal script returned error exit status 127
> 
> The postrm script cannot rely on adduser to be available when purging.

Also the postrm do:
if [ "$1" = "purge" ]; then
    echo >&2 'Removing system user'
    deluser --home /var/run/console-log --system $USERNAME
fi

Unfortunately --home is not a valid deluser option, so this fails
even if adduser is available.

Cheers,
-- 
Bill. <[EMAIL PROTECTED]>

Imagine a large red swirl here. 


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

Reply via email to