[pkg-wpa-devel] r934 - in /wpasupplicant/trunk/debian: README.modes changelog examples/ patches/01_debian_wpa_roam_example.patch patches/series wpasupplicant.examples
kelmo-guest at users.alioth.debian.org
kelmo-guest at users.alioth.debian.org
Wed Dec 26 04:14:56 UTC 2007
Author: kelmo-guest
Date: Wed Dec 26 04:14:53 2007
New Revision: 934
URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=934
Log:
* Impliment debian/examples/wpa_supplicant.conf.template in patch form. It
is planned to expand this small template into a more useable and
documented beginning point for the wpa-roam schema.
Added:
wpasupplicant/trunk/debian/patches/01_debian_wpa_roam_example.patch
Removed:
wpasupplicant/trunk/debian/examples/
Modified:
wpasupplicant/trunk/debian/README.modes
wpasupplicant/trunk/debian/changelog
wpasupplicant/trunk/debian/patches/series
wpasupplicant/trunk/debian/wpasupplicant.examples
Modified: wpasupplicant/trunk/debian/README.modes
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/README.modes?rev=934&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/README.modes (original)
+++ wpasupplicant/trunk/debian/README.modes Wed Dec 26 04:14:53 2007
@@ -271,13 +271,14 @@
is required to provide a wpa_supplicant.conf. A good starting point is provided
by an example configuration file:
- cp /usr/share/doc/wpasupplicant/examples/wpa_supplicant.conf.template \
+ cp /usr/share/doc/wpasupplicant/examples/wpa-roam.conf \
/etc/wpa_supplicant/wpa_supplicant.conf
NOTE: it is critical that the used wpa_supplicant.conf defines the location of
the 'ctrl_interface' so that a communication socket is created for the
wpa_cli (wpa-roam daemon) to attach. The mentioned example conf file,
- wpa_supplicant.conf.template, has this set to a sane default.
+ /usr/share/doc/wpasupplicant/examples/wpa-roam.conf, has this set to a
+ sane default.
It is required to edit this configuration file, and add the network blocks for
all known networks. If you do not understand what this means, start reading the
Modified: wpasupplicant/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/changelog?rev=934&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/changelog (original)
+++ wpasupplicant/trunk/debian/changelog Wed Dec 26 04:14:53 2007
@@ -41,8 +41,11 @@
* Impliment dbus-wpa_supplicant.service D-Bus system activation config file
as a patch in the package patch series. This can be sent upstream more
easily in patch form.
-
- -- Kel Modderman <kel at otaku42.de> Wed, 26 Dec 2007 13:07:00 +1000
+ * Impliment debian/examples/wpa_supplicant.conf.template in patch form. It
+ is planned to expand this small template into a more useable and
+ documented beginning point for the wpa-roam schema.
+
+ -- Kel Modderman <kel at otaku42.de> Wed, 26 Dec 2007 14:12:32 +1000
wpasupplicant (0.6.1~git20071119-1) unstable; urgency=low
Added: wpasupplicant/trunk/debian/patches/01_debian_wpa_roam_example.patch
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/patches/01_debian_wpa_roam_example.patch?rev=934&op=file
==============================================================================
--- wpasupplicant/trunk/debian/patches/01_debian_wpa_roam_example.patch (added)
+++ wpasupplicant/trunk/debian/patches/01_debian_wpa_roam_example.patch Wed Dec 26 04:14:53 2007
@@ -1,0 +1,26 @@
+--- /dev/null
++++ b/wpa_supplicant/examples/wpa-roam.conf
+@@ -0,0 +1,23 @@
++# Minimal /etc/wpa_supplicant.conf to associate with open
++# access points. Please see
++# /usr/share/doc/wpasupplicant/examples/README.wpa_supplicant.conf.gz
++# for more complete configuration parameters.
++#
++# Also see the other files in /usr/share/doc/wpasupplicant/examples/ for
++# specific configuration examples.
++
++# path to UNIX socket control interface
++ctrl_interface=/var/run/wpa_supplicant
++
++### Example of basic WPA-PSK secured AP
++#network={
++# ssid="ournet"
++# psk="w243sd5f324asdf5123sadf54324"
++#}
++
++### Associate with any open access point
++### Scans/ESSID changes can be done with wpa_cli
++network={
++ key_mgmt=NONE
++}
++
Modified: wpasupplicant/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/patches/series?rev=934&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/patches/series (original)
+++ wpasupplicant/trunk/debian/patches/series Wed Dec 26 04:14:53 2007
@@ -1,4 +1,5 @@
00_defconfig.patch
+01_debian_wpa_roam_example.patch
10_dbus_group_policy.patch
11_dbus_system_service_activation.patch
20_madwifi_headers.patch
Modified: wpasupplicant/trunk/debian/wpasupplicant.examples
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/wpasupplicant.examples?rev=934&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/wpasupplicant.examples (original)
+++ wpasupplicant/trunk/debian/wpasupplicant.examples Wed Dec 26 04:14:53 2007
@@ -1,3 +1,2 @@
README.wpa_supplicant.conf
wpa_supplicant/examples/*.conf
-debian/examples/wpa_supplicant.conf.template
More information about the Pkg-wpa-devel
mailing list