Hi,

* Joost van Baal [2005-06-24]:
> My suggestion is: in postinst, change
> 
>     SYSTRAQUSER=systraq
> 
> in
> 
>     SYSTRAQUSER=Debian-systraq
> 
> and in postrm, change
> 
>     rm -rf /var/lib/systraq
> 
> in
> 
>     if getent passwd Debian-systraq > /dev/null 2>&1; then
>         deluser --remove-home --quiet Debian-systraq > /dev/null
>     fi
> 
> .
> 
> It'd be cool if the Debian-foo convention could be codified in the
> Debian policy, and if the adduser tool could be changed to refuse
> (unless given a --i-am-package-and-therefore-i-know-what-i-am-doing
> flag) to create users named Debian-foo.

A convention about special usernames for users created by debian
packages would be nice, yes. But we're far from a consensus on this
issue, and the exim4 model is, err, somewhat disputed (see bugs
#223831, #223963, #225031, #233803, #255493, and the discussion that
followed on debian-devel). I'm more inclined to use debian-systraq
then, with a lowercase as in debian-{mixmaster, mixminion, tor}.

Attachment: signature.asc
Description: Digital signature

Reply via email to