[packages/wpa_supplicant] - rel 2; enable syslog logging capability
arekm
arekm at pld-linux.org
Tue Feb 11 09:24:32 CET 2014
commit d2561929001acf0653cd95cc8aaeee6cd67c42e5
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Feb 11 09:24:30 2014 +0100
- rel 2; enable syslog logging capability
wpa_supplicant.config | 4 ++--
wpa_supplicant.spec | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/wpa_supplicant.spec b/wpa_supplicant.spec
index a875730..6aa78c4 100644
--- a/wpa_supplicant.spec
+++ b/wpa_supplicant.spec
@@ -16,7 +16,7 @@ Summary: Linux WPA/WPA2/RSN/IEEE 802.1X supplicant
Summary(pl.UTF-8): Suplikant WPA/WPA2/RSN/IEEE 802.1X dla Linuksa
Name: wpa_supplicant
Version: 2.1
-Release: 1
+Release: 2
License: GPL v2
Group: Networking
Source0: http://hostap.epitest.fi/releases/%{name}-%{version}.tar.gz
diff --git a/wpa_supplicant.config b/wpa_supplicant.config
index 11150d9..9457223 100644
--- a/wpa_supplicant.config
+++ b/wpa_supplicant.config
@@ -341,9 +341,9 @@ CONFIG_IEEE80211R=y
CONFIG_DEBUG_FILE=y
# Send debug messages to syslog instead of stdout
-#CONFIG_DEBUG_SYSLOG=y
+CONFIG_DEBUG_SYSLOG=y
# Set syslog facility for debug messages
-#CONFIG_DEBUG_SYSLOG_FACILITY=LOG_DAEMON
+CONFIG_DEBUG_SYSLOG_FACILITY=LOG_DAEMON
# Add support for sending all debug messages (regardless of debug verbosity)
# to the Linux kernel tracing facility. This helps debug the entire stack by
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/wpa_supplicant.git/commitdiff/d2561929001acf0653cd95cc8aaeee6cd67c42e5
More information about the pld-cvs-commit
mailing list