Package: acpi-support
Version: 0.103-5
Severity: normal
Tags: patch

Now that wpasupplicant is started by ifupdown, any interfaces managed by
wpa_action need to be given the 'wpa_action $interface stop' command rather
than being ifdown'ed:

--- 55-down-interfaces.sh       2007-12-13 12:35:00.000000000 -0700
+++ 55-down-interfaces.sh.new   2008-03-28 19:58:47.000000000 -0600
@@ -26,7 +26,11 @@
# Shut down the interfaces (except lo, which can and should be kep
 for x in $IFUP_INTERFACES; do
      if must_control_interface $x ; then
      -      ifdown $x
      +      if [ -f "/var/run/wpa_action.$x.pid" ]; then
      +          wpa_action $x stop
      +      else
      +          ifdown $x
      +      fi
           fi
 done


See also:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=390884
https://bugs.launchpad.net/ubuntu/+source/acpi-support/+bug/202203

- Chris Burkhardt

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

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

Versions of packages acpi-support depends on:
ii  acpi-support-base             0.103-5    scripts for handling base ACPI
eve
ii  acpid                         1.0.4-7.1  Utilities for using ACPI power
man
ii  dmidecode                     2.9-1      Dump Desktop Management
Interface 
ii  finger                        0.17-11    user information lookup
program
ii  hdparm                        8.6-1      tune hard disk parameters for
high
ii  laptop-detect                 0.13.5     attempt to detect a laptop
ii  libc6                         2.7-6      GNU C Library: Shared
libraries
ii  lsb-base                      3.1-24     Linux Standard Base 3.1 init
scrip
ii  nvclock                       0.8b3-1    Allows you to overclock your
nVidi
ii  powermgmt-base                1.30       Common utils and configs for
power
ii  radeontool                    1.5-5      utility to control ATI Radeon
back
ii  toshset                       1.72-7     Access much of the Toshiba
laptop 
ii  vbetool                       1.0-1.1    run real-mode video BIOS code
to a
ii  x11-xserver-utils             7.3+2      X server utilities

acpi-support recommends no packages.

-- no debconf information




Reply via email to