rpms/wpa_supplicant/devel wpa_supplicant.init.d, 1.1, 1.2 wpa_supplicant.spec, 1.23, 1.24 wpa_supplicant.sysconfig, 1.1, 1.2

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Tue Jun 19 17:03:48 UTC 2007


Author: dcbw

Update of /cvs/extras/rpms/wpa_supplicant/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31423

Modified Files:
	wpa_supplicant.init.d wpa_supplicant.spec 
	wpa_supplicant.sysconfig 
Log Message:
* Tue Jun 19 2007 Dan Williams <dcbw at redhat.com> - 0.5.7-4
- Fix initscripts to use -Dwext by default, be more verbose on startup
    (rh #244511)



Index: wpa_supplicant.init.d
===================================================================
RCS file: /cvs/extras/rpms/wpa_supplicant/devel/wpa_supplicant.init.d,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wpa_supplicant.init.d	27 Jan 2006 06:08:29 -0000	1.1
+++ wpa_supplicant.init.d	19 Jun 2007 17:03:10 -0000	1.2
@@ -31,7 +31,7 @@
 [ "$DRIVERS" != "" ] || exit 0
 
 start() {
- 	echo -n $"Starting $prog: "
+ 	echo -n $"Starting $prog: $conf, $INTERFACES, $DRIVERS"
 	daemon $prog -c $conf $INTERFACES $DRIVERS -B
 	retval=$?
 	echo


Index: wpa_supplicant.spec
===================================================================
RCS file: /cvs/extras/rpms/wpa_supplicant/devel/wpa_supplicant.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- wpa_supplicant.spec	4 Jun 2007 20:55:12 -0000	1.23
+++ wpa_supplicant.spec	19 Jun 2007 17:03:10 -0000	1.24
@@ -2,7 +2,7 @@
 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 @@
 %{_bindir}/wpa_gui
 
 %changelog
+* Tue Jun 19 2007 Dan Williams <dcbw at 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 at redhat.com> - 0.5.7-3
 - Fix buffer overflow by removing syslog patch (#rh242455)
 


Index: wpa_supplicant.sysconfig
===================================================================
RCS file: /cvs/extras/rpms/wpa_supplicant/devel/wpa_supplicant.sysconfig,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wpa_supplicant.sysconfig	27 Jan 2006 06:08:29 -0000	1.1
+++ wpa_supplicant.sysconfig	19 Jun 2007 17:03:10 -0000	1.2
@@ -1,6 +1,2 @@
-# wlan0 and wifi0
-# INTERFACES="-iwlan0 -iwifi0"
 INTERFACES="-iwlan0"
-# ndiswrapper and prism
-# DRIVERS="-Dndiswrapper -Dprism"
-DRIVERS="-Dndiswrapper"
+DRIVERS="-Dwext"




More information about the fedora-extras-commits mailing list