summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuuso Alasuutari2006-11-27 00:05:39 +0200
committerJaka Kranjc2007-01-21 23:11:29 +0100
commitbf305e841aa59693f32e7cc133a57219033c1eba (patch)
treec3d22fd040e5047caaafa1ed01a83c36850889b2
parent67f920d8f51175be0baa737ff8162137b10df34d (diff)
wpa_supplicant: Added FINAL, minor fixes.
-rwxr-xr-xnet/wpa_supplicant/FINAL3
-rw-r--r--net/wpa_supplicant/HISTORY9
-rwxr-xr-xnet/wpa_supplicant/INSTALL9
3 files changed, 11 insertions, 10 deletions
diff --git a/net/wpa_supplicant/FINAL b/net/wpa_supplicant/FINAL
new file mode 100755
index 0000000000..f4b98a6519
--- /dev/null
+++ b/net/wpa_supplicant/FINAL
@@ -0,0 +1,3 @@
+message "\n${MESSAGE_COLOR}If you installed the init script you probably" \
+ "need to edit\n/etc/sysconfig/wpa_supplicant to suit your system" \
+ "configuration.${DEFAULT_COLOR}\n"
diff --git a/net/wpa_supplicant/HISTORY b/net/wpa_supplicant/HISTORY
index f69e923c07..ca2bbb4a70 100644
--- a/net/wpa_supplicant/HISTORY
+++ b/net/wpa_supplicant/HISTORY
@@ -1,16 +1,17 @@
-2006-11-26 Juuso Alasuutari <iuso@sourcemage.org>
+2006-11-27 Juuso Alasuutari <iuso@sourcemage.org>
* PREPARE: Added, query which release to build (new option is devel).
* DETAILS: Added devel release version 0.5.6, modified descriptions.
* CONFIGURE: Complete rewrite; added prompts for all relevant options.
* DEPENDS: Added depends pcsc-lite, openssl | gnutls, libpcap &
libdnet, and optional_depends readline, qt-x11, dbus. All are
conditional to one or more configure options.
- * PRE_BUILD: Added, moved install path fix here from BUILD,
+ * PRE_BUILD: Added, moved install path fix here from BUILD,
added fix for devel release install borkage.
* BUILD: Modified to create .config without using $SPELL_CONFIG,
added wpa_gui build.
- * INSTALL: Added, use DESTDIR=$INSTALL_ROOT, install wpa_gui and
- default config file.
+ * INSTALL: Added, use DESTDIR=$INSTALL_ROOT, install default config
+ file and wpa_gui.
+ * FINAL: Added, suggest to edit the sysconfig file.
* init.d/wpa_supplicant: Added, init script.
* init.d/wpa_supplicant.conf: Added, sysconfig file.
* wpa_ctrl.conf: Added, control interface config file.
diff --git a/net/wpa_supplicant/INSTALL b/net/wpa_supplicant/INSTALL
index 24ca22cd52..96f37359b6 100755
--- a/net/wpa_supplicant/INSTALL
+++ b/net/wpa_supplicant/INSTALL
@@ -1,12 +1,9 @@
make DESTDIR="$INSTALL_ROOT" install &&
+install_config_file "$SCRIPT_DIRECTORY/wpa_ctrl.conf" \
+ "$INSTALL_ROOT/etc/wpa_ctrl.conf" &&
+
if is_depends_enabled $SPELL qt-x11
then
cp wpa_gui/wpa_gui "$INSTALL_ROOT/usr/sbin/"
-fi &&
-
-if list_find "$INIT_INSTALLED" wpa_supplicant
-then
- install_config_file "$SCRIPT_DIRECTORY/wpa_ctrl.conf" \
- "$INSTALL_ROOT/etc/wpa_ctrl.conf"
fi