- Fix initscripts to use -Dwext by default, be more verbose on startup (rh

#244511)
This commit is contained in:
Daniel Williams 2007-06-19 17:03:10 +00:00
parent d644ff8d2c
commit fbfc7bd682
3 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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 <dcbw@redhat.com> - 0.5.7-4
- Fix initscripts to use -Dwext by default, be more verbose on startup
(rh #244511)
* Mon Jun 4 2007 Dan Williams <dcbw@redhat.com> - 0.5.7-3
- Fix buffer overflow by removing syslog patch (#rh242455)

View File

@ -1,6 +1,2 @@
# wlan0 and wifi0
# INTERFACES="-iwlan0 -iwifi0"
INTERFACES="-iwlan0"
# ndiswrapper and prism
# DRIVERS="-Dndiswrapper -Dprism"
DRIVERS="-Dndiswrapper"
DRIVERS="-Dwext"