[pkg-wpa-devel] r1885 - in /wpa/trunk/debian: changelog config/wpasupplicant/kfreebsd-udeb config/wpasupplicant/linux-udeb

slh-guest at users.alioth.debian.org slh-guest at users.alioth.debian.org
Mon Sep 15 23:37:34 UTC 2014


Author: slh-guest
Date: Mon Sep 15 23:37:34 2014
New Revision: 1885

URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1885
Log:
enable DEBUG_SYSLOG and set DEBUG_SYSLOG_FACILITY=LOG_DAEMON, as requested
by Cyril Brulebois <kibi at debian.org> to improve logging options for d-i and
netcfg.

Modified:
    wpa/trunk/debian/changelog
    wpa/trunk/debian/config/wpasupplicant/kfreebsd-udeb
    wpa/trunk/debian/config/wpasupplicant/linux-udeb

Modified: wpa/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/changelog?rev=1885&op=diff
==============================================================================
--- wpa/trunk/debian/changelog	(original)
+++ wpa/trunk/debian/changelog	Mon Sep 15 23:37:34 2014
@@ -34,6 +34,10 @@
   * sort debian/control entries.
   * make lintian happy (invalid-short-name-in-dep5-copyright bsd) and call it
     BSD-3-clause.
+  * enable DEBUG_SYSLOG and set DEBUG_SYSLOG_FACILITY=LOG_DAEMON, as requested
+    by Cyril Brulebois <kibi at debian.org> to improve logging options for d-i and
+    netcfg.
+
 
  -- Stefan Lippers-Hollmann <s.l-h at gmx.de>  Mon, 30 Jun 2014 01:22:33 +0200
 

Modified: wpa/trunk/debian/config/wpasupplicant/kfreebsd-udeb
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/config/wpasupplicant/kfreebsd-udeb?rev=1885&op=diff
==============================================================================
--- wpa/trunk/debian/config/wpasupplicant/kfreebsd-udeb	(original)
+++ wpa/trunk/debian/config/wpasupplicant/kfreebsd-udeb	Mon Sep 15 23:37:34 2014
@@ -7,3 +7,7 @@
 CONFIG_OS=unix
 CONFIG_ELOOP=eloop
 CONFIG_L2_PACKET=freebsd
+
+# enable syslog support, as requested by d-i/ netcfg
+CONFIG_DEBUG_SYSLOG=y
+CONFIG_DEBUG_SYSLOG_FACILITY=LOG_DAEMON

Modified: wpa/trunk/debian/config/wpasupplicant/linux-udeb
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/config/wpasupplicant/linux-udeb?rev=1885&op=diff
==============================================================================
--- wpa/trunk/debian/config/wpasupplicant/linux-udeb	(original)
+++ wpa/trunk/debian/config/wpasupplicant/linux-udeb	Mon Sep 15 23:37:34 2014
@@ -15,3 +15,6 @@
 #CONFIG_IEEE8021X_EAPOL=y
 CONFIG_WPS=y
 
+# enable syslog support, as requested by d-i/ netcfg
+CONFIG_DEBUG_SYSLOG=y
+CONFIG_DEBUG_SYSLOG_FACILITY=LOG_DAEMON




More information about the Pkg-wpa-devel mailing list