On Sun, Jan 16, 2005 at 10:48:39PM +0100, Thomas Schmidt wrote:
> 
> I also think that it would be the best to just keep the user, because 
> other packages will use it too (vdradmin and some plugins).

The user, if created by the package, should be removed. If other packages 
depend on it, they should depend on the package. As for the directories 
that belong to the user, just do a 

        find $directory -uid $CREATEDUID -exec chown root:root {} \;

For all of the directories, once you have the UID.

The standard procedure when creating users (check other packages) is to add 
them in postinst and remove them in postrm, please do it properly.

Regards

Javier

Attachment: signature.asc
Description: Digital signature

Reply via email to