Package: gitolite
Version: 0.2+20090917-1
Severity: normal
Hi!
The following construct in the postinst script works a bit against the
debconf question for which username to use:
#v+
if ! getent passwd | grep -q gitosis
then
adduser [...] ${_USERNAME}
#v-
I suggest changing the grep argument to ${_USERNAME}, too. :)
Rhonda
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

