From bbc7f43cd10d83b683dcf5ef3e60a3a5717375b9 Mon Sep 17 00:00:00 2001 From: Daniel Williams Date: Sat, 8 Mar 2008 20:09:35 +0000 Subject: [PATCH] - Fix log file path in service config file --- wpa_supplicant.spec | 5 ++++- wpa_supplicant.sysconfig | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/wpa_supplicant.spec b/wpa_supplicant.spec index 612e6d7..d83f00c 100644 --- a/wpa_supplicant.spec +++ b/wpa_supplicant.spec @@ -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 - 1:0.6.3-4 +- Fix log file path in service config file + * Thu Mar 6 2008 Dan Williams - 1:0.6.3-3 - Don't start the supplicant by default when installed (rh #436380) diff --git a/wpa_supplicant.sysconfig b/wpa_supplicant.sysconfig index 5a7b288..10820b6 100644 --- a/wpa_supplicant.sysconfig +++ b/wpa_supplicant.sysconfig @@ -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"