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

Steffen Moeller moeller at debian.org
Sat Feb 21 22:08:30 UTC 2009


The following commit has been merged in the master branch:
commit a38006a5fb332962f94af36967efa7cadcd1ec50
Author: Steffen Moeller <moeller at debian.org>
Date:   Sat Feb 21 23:07:52 2009 +0100

    wicd-client in xsession - only if available

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

-- 
Various non-packaged files



More information about the pkg-fso-commits mailing list