Package: xsupplicant
Version: 1.0.1-4
Severity: wishlist

When installing xsupplicant, it starts even though the configuration
in /etc/xsupplicant/xsupplicant.conf is only the example
configuration.  It would be better if it did not start before the
configuration is updated.

I suggest adding a block like this in /etc/init.d/xsuppliant:

  ENABLED=0

  # Include xsupplicant defaults if available
  if [ -f /etc/default/xsupplicant ] ; then
        . /etc/default/xsupplicant
  fi

  if [ "$ENABLED" = "0" ]; then
    echo "xsupplicant: disabled, see /etc/default/xsupplicant"
    exit 0;
  fi

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-386
Locale: LANG=nb_NO, LC_CTYPE=nb_NO (charmap=ISO-8859-1)

Versions of packages xsupplicant depends on:
ii  libc6                       2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libssl0.9.7                 0.9.7e-3     SSL shared libraries

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to