[pkg-wpa-devel] Bug#376553: wpasupplicant: "integer expression
expected" in wpa_action stop
Jason Lunz
lunz-debian at falooley.org
Mon Jul 3 16:16:30 UTC 2006
Package: wpasupplicant
Version: 0.5.4-1
Severity: minor
Tags: patch
This patch silences a minor shell error when running 'wpa_action <iface>
stop' in some cases.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.3
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Versions of packages wpasupplicant depends on:
ii libc6 2.3.6-15 GNU C Library: Shared libraries
ii libncurses5 5.5-2 Shared libraries for terminal hand
ii libreadline5 5.1-7 GNU readline and history libraries
ii libssl0.9.8 0.9.8b-2 SSL shared libraries
Versions of packages wpasupplicant recommends:
ii dhcp3-client 3.0.4-6 DHCP Client
-- no debconf information
--- debian/wpa_action.sh.orig 2006-07-03 12:13:26.876553750 -0400
+++ debian/wpa_action.sh 2006-07-03 12:13:33.296955000 -0400
@@ -111,6 +111,8 @@
/sbin/ifdown "$IFACE"
# Keep exit status for later
RETVAL="$?"
+ else
+ RETVAL=0
fi
# Kill wpa_supplicant daemon
More information about the Pkg-wpa-devel
mailing list