- Fix log file path in service config file

This commit is contained in:
Daniel Williams 2008-03-08 20:09:35 +00:00
parent a1b281305e
commit bbc7f43cd1
2 changed files with 5 additions and 2 deletions

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.6.3 Version: 0.6.3
Release: 3%{?dist} Release: 4%{?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
@ -147,6 +147,9 @@ fi
%{_bindir}/wpa_gui %{_bindir}/wpa_gui
%changelog %changelog
* Sat Mar 8 2008 Dan Williams <dcbw@redhat.com> - 1:0.6.3-4
- Fix log file path in service config file
* Thu Mar 6 2008 Dan Williams <dcbw@redhat.com> - 1:0.6.3-3 * Thu Mar 6 2008 Dan Williams <dcbw@redhat.com> - 1:0.6.3-3
- Don't start the supplicant by default when installed (rh #436380) - Don't start the supplicant by default when installed (rh #436380)

View File

@ -9,4 +9,4 @@ DRIVERS=""
# Other arguments # Other arguments
# -u Enable the D-Bus interface (required for use with NetworkManager) # -u Enable the D-Bus interface (required for use with NetworkManager)
# -f Log to /var/log/wpa_supplicant.log # -f Log to /var/log/wpa_supplicant.log
OTHER_ARGS="-u -f" OTHER_ARGS="-u -f /var/log/wpa_supplicant.log"