- Fix LSB initscript header to ensure 'messagebus' is started first (rh

#244029)
This commit is contained in:
Daniel Williams 2007-12-24 22:36:49 +00:00
parent dff5415b9c
commit 0e97297861
2 changed files with 6 additions and 3 deletions

View File

@ -13,8 +13,8 @@
# #
### BEGIN INIT INFO ### BEGIN INIT INFO
# Provides: wpa_supplicant # Provides: wpa_supplicant
# Required-Start: $local_fs $messagebus # Required-Start: $local_fs messagebus
# Required-Stop: $local_fs $messagebus # Required-Stop: $local_fs messagebus
# Default-Start: 3 4 5 # Default-Start: 3 4 5
# Default-Stop: 0 1 6 # Default-Stop: 0 1 6
# Short-Description: start and stop wpa_supplicant # Short-Description: start and stop wpa_supplicant

View File

@ -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: 19%{?dist} Release: 20%{?dist}
License: BSD License: BSD
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
@ -160,6 +160,9 @@ fi
%{_bindir}/wpa_gui %{_bindir}/wpa_gui
%changelog %changelog
* Mon Dec 24 2007 Dan Williams <dcbw@redhat.com> - 0.5.7-20
- Fix LSB initscript header to ensure 'messagebus' is started first (rh #244029)
* Thu Dec 6 2007 Dan Williams <dcbw@redhat.com> - 1:0.5.7-19 * Thu Dec 6 2007 Dan Williams <dcbw@redhat.com> - 1:0.5.7-19
- Fix two leaks when signalling state and scan results (rh #408141) - Fix two leaks when signalling state and scan results (rh #408141)
- Add logrotate config file (rh #404181) - Add logrotate config file (rh #404181)