diff --git a/wpa_supplicant.init.d b/wpa_supplicant.init.d index 94ae638..0e98d42 100644 --- a/wpa_supplicant.init.d +++ b/wpa_supplicant.init.d @@ -31,7 +31,7 @@ lockfile=/var/lock/subsys/$prog [ "$DRIVERS" != "" ] || exit 0 start() { - echo -n $"Starting $prog: " + echo -n $"Starting $prog: $conf, $INTERFACES, $DRIVERS" daemon $prog -c $conf $INTERFACES $DRIVERS -B retval=$? echo diff --git a/wpa_supplicant.spec b/wpa_supplicant.spec index f84c6fd..68018ba 100644 --- a/wpa_supplicant.spec +++ b/wpa_supplicant.spec @@ -2,7 +2,7 @@ Summary: WPA/WPA2/IEEE 802.1X Supplicant Name: wpa_supplicant Epoch: 1 Version: 0.5.7 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: System Environment/Base Source0: http://hostap.epitest.fi/releases/%{name}-%{version}.tar.gz @@ -126,6 +126,10 @@ fi %{_bindir}/wpa_gui %changelog +* Tue Jun 19 2007 Dan Williams - 0.5.7-4 +- Fix initscripts to use -Dwext by default, be more verbose on startup + (rh #244511) + * Mon Jun 4 2007 Dan Williams - 0.5.7-3 - Fix buffer overflow by removing syslog patch (#rh242455) diff --git a/wpa_supplicant.sysconfig b/wpa_supplicant.sysconfig index 7719bfc..09c75f5 100644 --- a/wpa_supplicant.sysconfig +++ b/wpa_supplicant.sysconfig @@ -1,6 +1,2 @@ -# wlan0 and wifi0 -# INTERFACES="-iwlan0 -iwifi0" INTERFACES="-iwlan0" -# ndiswrapper and prism -# DRIVERS="-Dndiswrapper -Dprism" -DRIVERS="-Dndiswrapper" +DRIVERS="-Dwext"