Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (746f98a53d986da4e98a1a8b667be8c9b848ab8a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (746f98a53d986da4e98a1a8b667be8c9b848ab8a)
  • Date: Fri, 31 Jul 2009 09:35:13 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

net/wicd/CONFIGURE | 3 +++
net/wicd/HISTORY | 5 +++++
net/wicd/init.d/wicd | 3 ++-
3 files changed, 10 insertions(+), 1 deletion(-)

New commits:
commit 746f98a53d986da4e98a1a8b667be8c9b848ab8a
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

wicd: init script provides network and needs local_fs + smgl-messagebus
added warning to CONFIGURE about /usr mounted over the network.

diff --git a/net/wicd/CONFIGURE b/net/wicd/CONFIGURE
index 90bf58c..2c2f0a4 100755
--- a/net/wicd/CONFIGURE
+++ b/net/wicd/CONFIGURE
@@ -1,3 +1,6 @@
+message "${QUERY_COLOR}WARNING: do not set wicd to provide network when
/usr" &&
+message "is mounted over the network.${NORMAL_COLOR}" &&
+
config_query_option WICD_MAN "Install man pages ?" y \
"--mandir=${INSTALL_ROOT}/usr/share/man" \
"--no-install-man" &&
diff --git a/net/wicd/HISTORY b/net/wicd/HISTORY
index 30259c1..5968c4e 100644
--- a/net/wicd/HISTORY
+++ b/net/wicd/HISTORY
@@ -1,3 +1,8 @@
+2009-07-31 Arjan Bouter <abouter AT sourcemage.org>
+ * init.d/wicd: needs smgl-messagebus and +local_fs instead of
+remote_fs.
+ * CONFIGURE: added warning not to set wicd to provide network when
/usr
+ is mounted over the network
+
2009-07-10 Julien "_kaze_" ROZO <julien AT rozo.org>
* DETAILS: updated version to 1.6.2

diff --git a/net/wicd/init.d/wicd b/net/wicd/init.d/wicd
index 05dbc02..989bfca 100644
--- a/net/wicd/init.d/wicd
+++ b/net/wicd/init.d/wicd
@@ -2,7 +2,8 @@

PROGRAM="/usr/sbin/wicd"
RUNLEVEL=3
-NEEDS="+network"
+NEEDS="+local_fs smgl-messagebus"
+PROVIDES=network

PIDFILE="/var/run/wicd/wicd.pid"




  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (746f98a53d986da4e98a1a8b667be8c9b848ab8a), Arjan Bouter, 07/31/2009

Archive powered by MHonArc 2.6.24.

Top of Page