Package: wicd-daemon Severity: serious Version: 1.7.2.4-3 (possibly also older versions)
from wicd-daemon.config: # Add selected users for u in $users; do hasuser=$((getent passwd | grep -w $u) || true) if [ -n "$hasuser" ]; then adduser --quiet $u netdev fi done adduser is not Essential: yes, and the config script must work with only Essential packages installed. (See 3.9.1 Prompting in maintainer scripts in policy.) -- Tollef Fog Heen UNIX is user friendly, it's just picky about who its friends are -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org