Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (03ca41705de61fae4874e1fd3e194df7f056f93b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (03ca41705de61fae4874e1fd3e194df7f056f93b)
  • Date: Sun, 23 Oct 2016 23:20:00 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

net/wpa_supplicant/DETAILS | 2 +-
net/wpa_supplicant/HISTORY | 4 ++++
net/wpa_supplicant/init.d/wpa_supplicant | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 03ca41705de61fae4874e1fd3e194df7f056f93b
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

wpa_supplicant: fix CLI path in init script (for status)

diff --git a/net/wpa_supplicant/DETAILS b/net/wpa_supplicant/DETAILS
index d9372eb..0c9dc6e 100755
--- a/net/wpa_supplicant/DETAILS
+++ b/net/wpa_supplicant/DETAILS
@@ -13,7 +13,7 @@ else
SOURCE=$SPELL-$VERSION.tar.gz

SOURCE_HASH=sha512:e3ca36ed10b4dae8f663e98ad230c8c059c952316c21a6b0638ecb1b40a5ef1b9083138ab45207cb764a17e870b4bd0625dd6efdb65856cb4dca13ccc0559e81
fi
- PATCHLEVEL=2
+ PATCHLEVEL=3
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://w1.fi/releases/$SOURCE
LICENSE[0]=GPL
diff --git a/net/wpa_supplicant/HISTORY b/net/wpa_supplicant/HISTORY
index 918493b..c4c7434 100644
--- a/net/wpa_supplicant/HISTORY
+++ b/net/wpa_supplicant/HISTORY
@@ -1,3 +1,7 @@
+2016-10-24 Thomas Orgis <sobukus AT sourcemage.org>
+ * init.d/wpa_supplicant: CLI=/sbin/wpa_cli (still /usr/sbin/iwconfig
…)
+ * DETAILS: PATCHLEVEL++
+
2016-08-30 Ismael Luceno <ismael AT sourcemage.org>
* BUILD: Use sorcery CFLAGS
* INSTALL, PRE_BUILD: Install tools to /sbin
diff --git a/net/wpa_supplicant/init.d/wpa_supplicant
b/net/wpa_supplicant/init.d/wpa_supplicant
index 4f89630..4364129 100755
--- a/net/wpa_supplicant/init.d/wpa_supplicant
+++ b/net/wpa_supplicant/init.d/wpa_supplicant
@@ -6,7 +6,7 @@ PROGRAM=/sbin/wpa_supplicant
RUNLEVEL=3
NEEDS="+network"

-CLI=/usr/sbin/wpa_cli
+CLI=/sbin/wpa_cli
DROPFILE=/var/tmp/wpa_supplicant.drop

. /etc/init.d/smgl_init



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (03ca41705de61fae4874e1fd3e194df7f056f93b), Thomas Orgis, 10/23/2016

Archive powered by MHonArc 2.6.24.

Top of Page