On 2013-02-14 08:41, Cajus Pollmeier wrote:
> Hi Andreas,
> 
> you're welcome to NMU it. Sadly I've not as much time for Debian as I'd
> like in the moment. So it would be really great if you could do it.

postinst has this line of rather useless code:

# Do we need to add the fuse user?
getent group fuse | grep -q "[,:]$DAEMON_USER\(,\|$\)" || adduser tftpd fuse

useless because $DAEMON_USER is not set at all - should this be 
  s/$DAEMON_USER/tftpd/
?

And the comment should probably be "Do we need to add the tftpd user to the 
fuse group?"
or "Ensure the tftpd user is in the fuse group"

Andreas


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to