[Python-apps-team] Bug#516317: wicd: Add system user instead of system group?

Julien Valroff julien at kirya.net
Fri Feb 20 14:59:27 UTC 2009


Package: wicd
Version: 1.5.9-1
Severity: normal

Hi,

Wicd postinst script adds the netdev system user, but I think you wanted 
to create the system group instead:
        if [ ! $(getent group netdev) ]; then
                adduser --quiet --system netdev
        fi

should be:
        if [ ! $(getent group netdev) ]; then
                addgroup --quiet --system netdev
        fi

Cheers,
Julien

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (100, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages wicd depends on:
pn  dhcpd | dhcp3-client | pump   <none>     (no description available)
ii  iproute                       20080725-2 networking and traffic control too
ii  net-tools                     1.60-22    The NET-3 networking toolkit
ii  python                        2.5.2-3    An interactive high-level object-o
ii  python-dbus                   0.83.0-1   simple interprocess messaging syst
ii  python-glade2                 2.13.0-2   GTK+ bindings: Glade support
ii  python-gtk2                   2.13.0-2   Python bindings for the GTK+ widge
ii  python-support                0.8.7      automated rebuilding support for P
pn  wireless-tools                <none>     (no description available)
pn  wpasupplicant                 <none>     (no description available)

wicd recommends no packages.

Versions of packages wicd suggests:
ii  pm-utils                      1.2.4-2    utilities and scripts for power ma






More information about the Python-apps-team mailing list