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

Arjan Bouter scm at sourcemage.org
Fri Jul 31 10:35:13 EDT 2009


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"
 



More information about the SM-Commit mailing list