- Fix initscripts to use -Dwext by default, be more verbose on startup (rh
#244511)
This commit is contained in:
		
							parent
							
								
									d644ff8d2c
								
							
						
					
					
						commit
						fbfc7bd682
					
				| @ -31,7 +31,7 @@ lockfile=/var/lock/subsys/$prog | |||||||
| [ "$DRIVERS" != "" ] || exit 0 | [ "$DRIVERS" != "" ] || exit 0 | ||||||
| 
 | 
 | ||||||
| start() { | start() { | ||||||
|  	echo -n $"Starting $prog: " |  	echo -n $"Starting $prog: $conf, $INTERFACES, $DRIVERS" | ||||||
| 	daemon $prog -c $conf $INTERFACES $DRIVERS -B | 	daemon $prog -c $conf $INTERFACES $DRIVERS -B | ||||||
| 	retval=$? | 	retval=$? | ||||||
| 	echo | 	echo | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ Summary: WPA/WPA2/IEEE 802.1X Supplicant | |||||||
| Name: wpa_supplicant | Name: wpa_supplicant | ||||||
| Epoch: 1 | Epoch: 1 | ||||||
| Version: 0.5.7 | Version: 0.5.7 | ||||||
| Release: 3%{?dist} | Release: 4%{?dist} | ||||||
| License: GPL | License: GPL | ||||||
| Group: System Environment/Base | Group: System Environment/Base | ||||||
| Source0: http://hostap.epitest.fi/releases/%{name}-%{version}.tar.gz | Source0: http://hostap.epitest.fi/releases/%{name}-%{version}.tar.gz | ||||||
| @ -126,6 +126,10 @@ fi | |||||||
| %{_bindir}/wpa_gui | %{_bindir}/wpa_gui | ||||||
| 
 | 
 | ||||||
| %changelog | %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 | * Mon Jun  4 2007 Dan Williams <dcbw@redhat.com> - 0.5.7-3 | ||||||
| - Fix buffer overflow by removing syslog patch (#rh242455) | - Fix buffer overflow by removing syslog patch (#rh242455) | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -1,6 +1,2 @@ | |||||||
| # wlan0 and wifi0 |  | ||||||
| # INTERFACES="-iwlan0 -iwifi0" |  | ||||||
| INTERFACES="-iwlan0" | INTERFACES="-iwlan0" | ||||||
| # ndiswrapper and prism | DRIVERS="-Dwext" | ||||||
| # DRIVERS="-Dndiswrapper -Dprism" |  | ||||||
| DRIVERS="-Dndiswrapper" |  | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user