[pkg-wpa-devel] r1158 - in /wpasupplicant/trunk/debian: README.modes changelog

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Sun Apr 6 02:41:44 UTC 2008


Author: kelmo-guest
Date: Sun Apr  6 02:41:42 2008
New Revision: 1158

URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1158
Log:
Correctly refer to wpa-debug-level (not wpa-verbosity-level) ifupdown
parameter to control logging output. (Closes: #474440)

Modified:
    wpasupplicant/trunk/debian/README.modes
    wpasupplicant/trunk/debian/changelog

Modified: wpasupplicant/trunk/debian/README.modes
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/README.modes?rev=1158&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/README.modes (original)
+++ wpasupplicant/trunk/debian/README.modes Sun Apr  6 02:41:42 2008
@@ -518,14 +518,14 @@
 output to /var/log/wpa_supplicant.$iface.log.
 
 iface eth1 inet dhcp
-        wpa-verbosity-level 3
+        wpa-debug-level 3
         ...
 
-Verbosity level number 3 starts the supplicant with the -ddd command line
-option, level 2 with -dd an level 1 with -d. Values of -1 and -2 will cause
+Debug level number 3 starts the supplicant with the -ddd command line option,
+level 2 with -dd an level 1 with -d. Values of -1 and -2 will cause
 wpa_supplicant to be started with -q and -qq options respectively (quiet mode).
-Any other wpa-verbosity-level value will cause the supplicant to be started
-with default verbosity level.
+Any other wpa-debug-level value will cause the supplicant to be started
+with default debug level.
 
 Another method is to start `wpa_cli -i <interface>` in another shell before
 starting the interface. Use the command 'level 0' first, to get all debug

Modified: wpasupplicant/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/changelog?rev=1158&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/changelog (original)
+++ wpasupplicant/trunk/debian/changelog Sun Apr  6 02:41:42 2008
@@ -2,8 +2,10 @@
 
   * Add patch to remove -w option from help output, it has been removed in
     previous versions. (Closes: #472853)
-
- -- Kel Modderman <kel at otaku42.de>  Mon, 31 Mar 2008 06:45:30 +1000
+  * Correctly refer to wpa-debug-level (not wpa-verbosity-level) ifupdown
+    parameter to control logging output. (Closes: #474440)
+
+ -- Kel Modderman <kel at otaku42.de>  Sun, 06 Apr 2008 12:38:11 +1000
 
 wpasupplicant (0.6.3-1) unstable; urgency=low
 




More information about the Pkg-wpa-devel mailing list