[pkg-fso-commits] [SCM] Various non-packaged files branch, master, updated. 97bd90eff07a85c51d085041420a878fc8e9ebe6

Steffen Moeller moeller at debian.org
Sat Feb 21 23:45:04 UTC 2009


The following commit has been merged in the master branch:
commit 97bd90eff07a85c51d085041420a878fc8e9ebe6
Author: Steffen Moeller <moeller at debian.org>
Date:   Sun Feb 22 00:43:26 2009 +0100

    simplified .xsession - no wicd-client

diff --git a/install.sh b/install.sh
index 31be85f..d6e9521 100644
--- a/install.sh
+++ b/install.sh
@@ -867,7 +867,8 @@ EOMATCHBOX
 
 	case "$WITH_WIFI" in
 	  "wicd")
-		sed -i '/^exec/iif [ -x /usr/bin/wicd-client ]; then wicd-client --no-animate &; fi' $INST_DIR/root/.xsession
+		#sed -i '/^exec/iif [ -x /usr/bin/wicd-client ]; then wicd-client --no-animate &; fi' $INST_DIR/root/.xsession
+		sed -i '/^exec/i#wicd-client --no-animate &' $INST_DIR/root/.xsession
 		;;
 	  *)
 		;;

-- 
Various non-packaged files



More information about the pkg-fso-commits mailing list