rpms/wpa_supplicant/F-8 wpa_supplicant.init.d, 1.3, 1.4 wpa_supplicant.spec, 1.37, 1.38

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Thu Nov 15 20:46:41 UTC 2007


Author: dcbw

Update of /cvs/extras/rpms/wpa_supplicant/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5125

Modified Files:
	wpa_supplicant.init.d wpa_supplicant.spec 
Log Message:
* Thu Nov 15 2007 Dan Williams <dcbw at redhat.com> - 0.5.7-17
- Start after messagebus service (rh #385191)
- Fix initscript 'condrestart' command (rh #217281)




Index: wpa_supplicant.init.d
===================================================================
RCS file: /cvs/extras/rpms/wpa_supplicant/F-8/wpa_supplicant.init.d,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wpa_supplicant.init.d	24 Aug 2007 17:40:37 -0000	1.3
+++ wpa_supplicant.init.d	15 Nov 2007 20:46:08 -0000	1.4
@@ -2,7 +2,7 @@
 #
 # wpa_supplicant 
 #
-# chkconfig:   - 12 88
+# chkconfig:   - 23 88
 # description: wpa_supplicant is a WPA Supplicant for Linux, BSD and \
 #     Windows with support for WPA and WPA2 (IEEE 802.11i / RSN). Supplicant \
 #     is the IEEE 802.1X/WPA component that is used in the client stations. \
@@ -72,7 +72,7 @@
 		fdr_status
 		;;
 	condrestart|try-restart)
-		[ -f $lockfile ] || restart
+		[ -f $lockfile ] && restart
 		;;
 	*)
 		echo $"Usage: $0 {start|stop|status|restart|try-restart|reload|force-reload}"


Index: wpa_supplicant.spec
===================================================================
RCS file: /cvs/extras/rpms/wpa_supplicant/F-8/wpa_supplicant.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- wpa_supplicant.spec	13 Nov 2007 16:26:25 -0000	1.37
+++ wpa_supplicant.spec	15 Nov 2007 20:46:08 -0000	1.38
@@ -2,7 +2,7 @@
 Name: wpa_supplicant
 Epoch: 1
 Version: 0.5.7
-Release: 16%{?dist}
+Release: 17%{?dist}
 License: BSD
 Group: System Environment/Base
 Source0: http://hostap.epitest.fi/releases/%{name}-%{version}.tar.gz
@@ -154,6 +154,10 @@
 %{_bindir}/wpa_gui
 
 %changelog
+* Thu Nov 15 2007 Dan Williams <dcbw at redhat.com> - 0.5.7-17
+- Start after messagebus service (rh #385191)
+- Fix initscript 'condrestart' command (rh #217281)
+
 * Tue Nov 13 2007 Dan Williams <dcbw at redhat.com> - 0.5.7-16
 - Add IW_ENCODE_TEMP patch for airo driver and Dynamic WEP
 - Fix error in wpa_supplicant-0.5.7-ignore-dup-ca-cert-addition.patch that




More information about the fedora-extras-commits mailing list