- Fix log file path in service config file
This commit is contained in:
parent
a1b281305e
commit
bbc7f43cd1
@ -2,7 +2,7 @@ Summary: WPA/WPA2/IEEE 802.1X Supplicant
|
||||
Name: wpa_supplicant
|
||||
Epoch: 1
|
||||
Version: 0.6.3
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: BSD
|
||||
Group: System Environment/Base
|
||||
Source0: http://hostap.epitest.fi/releases/%{name}-%{version}.tar.gz
|
||||
@ -147,6 +147,9 @@ fi
|
||||
%{_bindir}/wpa_gui
|
||||
|
||||
%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
|
||||
- Don't start the supplicant by default when installed (rh #436380)
|
||||
|
||||
|
@ -9,4 +9,4 @@ DRIVERS=""
|
||||
# Other arguments
|
||||
# -u Enable the D-Bus interface (required for use with NetworkManager)
|
||||
# -f Log to /var/log/wpa_supplicant.log
|
||||
OTHER_ARGS="-u -f"
|
||||
OTHER_ARGS="-u -f /var/log/wpa_supplicant.log"
|
||||
|
Loading…
Reference in New Issue
Block a user