New commits:
commit ee2a18c0909e28016ccffa2424810233027a6d49
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>
wpa_supplicant: Made config file optional
diff --git a/net/wpa_supplicant/CONFIGURE b/net/wpa_supplicant/CONFIGURE
index 1bdec9f..069d2b2 100755
--- a/net/wpa_supplicant/CONFIGURE
+++ b/net/wpa_supplicant/CONFIGURE
@@ -91,4 +91,12 @@ then
config_query CONFIG_PKCS12 "Enable PKCS#12 certificate support?" y &&
config_query CONFIG_SMARTCARD "Enable smartcard support?" y
-fi
+fi &&
+
+message "${MESSAGE_COLOR}An example config file will be installed" \
+ "in /etc if you choose to install\nthe init script." \
+ "${DEFAULT_COLOR}" &&
+
+config_query WPA_CONFIG_FILE \
+ "Install config file even without the init script?" \
+ n
diff --git a/net/wpa_supplicant/HISTORY b/net/wpa_supplicant/HISTORY
index 0985abc..544e820 100644
--- a/net/wpa_supplicant/HISTORY
+++ b/net/wpa_supplicant/HISTORY
@@ -1,3 +1,8 @@
+2006-12-23 Juuso Alasuutari <iuso AT sourcemage.org>
+ * CONFIGURE: Added query for making config file optional.
+ * INSTALL: Only install config file if selected or if init
+ script is installed.
+
2006-12-17 Juuso Alasuutari <iuso AT sourcemage.org>
* wpa_supplicant.conf: Added, new name for default config file.
Added ap_scan option and comments.
diff --git a/net/wpa_supplicant/INSTALL b/net/wpa_supplicant/INSTALL
index 95514cb..188369c 100755
--- a/net/wpa_supplicant/INSTALL
+++ b/net/wpa_supplicant/INSTALL
@@ -1,12 +1,16 @@
make DESTDIR="$INSTALL_ROOT" install &&