[pkg-wpa-devel] r1891 - in /wpa/trunk: debian/changelog debian/changelog.hostapd debian/ifupdown/wpa_action.8 hostapd/ChangeLog

slh-guest at users.alioth.debian.org slh-guest at users.alioth.debian.org
Tue Sep 16 22:12:15 UTC 2014


Author: slh-guest
Date: Tue Sep 16 22:12:15 2014
New Revision: 1891

URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1891
Log:
fix various typos around "existence", thanks to A. Costa <agcosta at gis.net>,
(Closes: #683636).
test for existence of the ctrl_interface socket. [ifupdown.sh]
existence.
this the same variable checked for existence in the init script, as that

Modified:
    wpa/trunk/debian/changelog
    wpa/trunk/debian/changelog.hostapd
    wpa/trunk/debian/ifupdown/wpa_action.8
    wpa/trunk/hostapd/ChangeLog

Modified: wpa/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/changelog?rev=1891&op=diff
==============================================================================
--- wpa/trunk/debian/changelog	(original)
+++ wpa/trunk/debian/changelog	Tue Sep 16 22:12:15 2014
@@ -38,6 +38,8 @@
   * 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 (Closes: #761922).
+  * fix various typos around "existence", thanks to A. Costa <agcosta at gis.net>,
+    (Closes: #683636).
 
  -- Stefan Lippers-Hollmann <s.l-h at gmx.de>  Mon, 30 Jun 2014 01:22:33 +0200
 
@@ -1354,7 +1356,7 @@
   * Add a 5 second timeout loop to init_wpa_supplicant() that waits for the
     ctrl_interface socket to be established before allowing wpa_cli to launch,
     and avoid a race condition. This means other functions no longer need to
-    test for existance of the ctrl_interface socket. [ifupdown.sh]
+    test for existence of the ctrl_interface socket. [ifupdown.sh]
   * Rename WPA_DRIVER to WPA_SUP_DRIVER to conform with name scheme of other
     similar variables. [ifupdown.sh]
   * Add (untested) wpa-bridge support to ifupdown.sh. This is an experimental
@@ -1439,7 +1441,7 @@
     with Ubuntu. (lp#51351)
   * Update wpa_action.8 with the behaviour of wpa_action when IFSTATE_FILE or
     INTERFACES_FILE cannot be found, and the pathnames searched for their
-    existance.
+    existence.
   * Mention wpa_cli(8) in Custom Action Script section of README.Debian, as it
     contains information about environment variables available to the script
     at runtime.
@@ -1859,7 +1861,7 @@
 
   * Another brown paper bag release.
   * Fix mistype of $CONFIG_FILE variable name in default script. Also make
-    this the same variable checked for existance in the init script, as that
+    this the same variable checked for existence in the init script, as that
     was another bug I missed. (closes: #350900)
 
  -- Kyle McMartin <kyle at debian.org>  Wed, 01 Feb 2006 09:21:41 -0500

Modified: wpa/trunk/debian/changelog.hostapd
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/changelog.hostapd?rev=1891&op=diff
==============================================================================
--- wpa/trunk/debian/changelog.hostapd	(original)
+++ wpa/trunk/debian/changelog.hostapd	Tue Sep 16 22:12:15 2014
@@ -117,7 +117,7 @@
     no sane defaults. Instead provide the configuration as an example
     only and take care to remove previously installed conffiles which
     remain unedited on upgrade.
-  * Clean up init.d script a bit by using existance of hostapd daemon
+  * Clean up init.d script a bit by using existence of hostapd daemon
     configuration file as defined in /etc/default/hostapd as conditional
     for starting instead of magic RUN_DAEMON variable.
   * Update README.Debian to contain information about the example
@@ -298,7 +298,7 @@
 
   [ Kel Modderman ]
   * New upstream release.
-  * Allow hostapd to install, by first checking for existance of
+  * Allow hostapd to install, by first checking for existence of
     /etc/hostapd/hostapd.conf before attempting to change permissions.
 
   [ Faidon Liambotis ]

Modified: wpa/trunk/debian/ifupdown/wpa_action.8
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/ifupdown/wpa_action.8?rev=1891&op=diff
==============================================================================
--- wpa/trunk/debian/ifupdown/wpa_action.8	(original)
+++ wpa/trunk/debian/ifupdown/wpa_action.8	Tue Sep 16 22:12:15 2014
@@ -20,7 +20,7 @@
 .PP
 If either the ifupdown \fBinterfaces\fR or \fIifstate\fR file cannot be found,
 \fBwpa_action\fR will exit silently (status 0). \fBwpa_action\fR will search
-the following locations for their existance:
+the following locations for their existence:
 .nf
 	/etc/network/run/ifstate
 	/run/network/ifstate

Modified: wpa/trunk/hostapd/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/hostapd/ChangeLog?rev=1891&op=diff
==============================================================================
--- wpa/trunk/hostapd/ChangeLog	(original)
+++ wpa/trunk/hostapd/ChangeLog	Tue Sep 16 22:12:15 2014
@@ -235,7 +235,7 @@
 	  isolation can be used to prevent low-level bridging of frames
 	  between associated stations in the BSS. By default, this bridging
 	  is allowed.
-	* Allow coexistance of HT BSSes with WEP/TKIP BSSes.
+	* Allow coexistence of HT BSSes with WEP/TKIP BSSes.
 	* Add require_ht config parameter, which can be used to configure
 	  hostapd to reject association with any station that does not support
 	  HT PHY.




More information about the Pkg-wpa-devel mailing list