Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (8833734273b012072ebdd3fcb8c376a65943a340)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (8833734273b012072ebdd3fcb8c376a65943a340)
  • Date: Wed, 17 Jan 2007 03:22:16 -0600

GIT changes to master grimoire by Juuso Alasuutari <iuso AT sourcemage.org>:

net/wpa_supplicant/HISTORY | 7 +++++++
net/wpa_supplicant/INSTALL | 4 ++--
net/wpa_supplicant/wpa_supplicant.conf | 11 +++++++++--
3 files changed, 18 insertions(+), 4 deletions(-)

New commits:
commit 1cbd9facac51543f1257879c4de2adf8b0ff1795
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

wpa_supplicant: changed example config file install loc, added more info
to default config file

diff --git a/net/wpa_supplicant/HISTORY b/net/wpa_supplicant/HISTORY
index 262e3d5..d2fdc1a 100644
--- a/net/wpa_supplicant/HISTORY
+++ b/net/wpa_supplicant/HISTORY
@@ -1,3 +1,10 @@
+2007-01-17 Juuso Alasuutari <iuso AT sourcemage.org>
+ * INSTALL: Changed example config install location to
+ /usr/share/doc/wpa_supplicant.
+ * wpa_supplicant.conf: Changed general info to match install loc
+ change, added info about update_config option, rewrote info
+ for ap_scan option.
+
2007-01-05 Juuso Alasuutari <iuso AT sourcemage.org>
* BUILD: Removed redundant sourcing of is_depends_enabled.function,
now in PRE_BUILD.
diff --git a/net/wpa_supplicant/INSTALL b/net/wpa_supplicant/INSTALL
index bf3fdba..97c6e5f 100755
--- a/net/wpa_supplicant/INSTALL
+++ b/net/wpa_supplicant/INSTALL
@@ -3,8 +3,8 @@ make DESTDIR="$INSTALL_ROOT" install &&
cp doc/docbook/*.8 "$INSTALL_ROOT/usr/share/man/man8/" &&
cp doc/docbook/*.5 "$INSTALL_ROOT/usr/share/man/man5/" &&

-mkdir -p "$INSTALL_ROOT/usr/share/wpa_supplicant/" &&
-cp wpa_supplicant.conf "$INSTALL_ROOT/usr/share/wpa_supplicant/" &&
+mkdir -p "$INSTALL_ROOT/usr/share/doc/wpa_supplicant/" &&
+cp wpa_supplicant.conf "$INSTALL_ROOT/usr/share/doc/wpa_supplicant/" &&

if is_depends_enabled $SPELL qt-x11
then
diff --git a/net/wpa_supplicant/wpa_supplicant.conf
b/net/wpa_supplicant/wpa_supplicant.conf
index 25bea70..4ff7ba6 100644
--- a/net/wpa_supplicant/wpa_supplicant.conf
+++ b/net/wpa_supplicant/wpa_supplicant.conf
@@ -1,7 +1,7 @@
#
# wpa_supplicant default config for Source Mage GNU/Linux.
#
-# See /usr/share/wpa_supplicant/wpa_supplicant.conf for more info.
+# See /usr/share/doc/wpa_supplicant/wpa_supplicant.conf for more info.
#

# Control interface
@@ -10,7 +10,14 @@ ctrl_interface=/var/run/wpa_supplicant
# Members of this group can access the control interface
ctrl_interface_group=root

-# Set this to 2 if you have trouble associating with APs using hidden SSIDs
+# Whether to allow wpa_supplicant to update (overwrite) configuration.
+# This is required for wpa_cli/wpa_gui to be able to store the
+# configuration changes permanently.
+#update_config=1
+
+# Setting ap_scan=2 may help associate with APs that use hidden SSIDs,
+# but it might be better to first try using scan_ssid=1 inside the
+# particular network block(s) instead.
ap_scan=1

### Add network blocks after this line ###




Archive powered by MHonArc 2.6.24.

Top of Page