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

Joachim Breitner mail at joachim-breitner.de
Fri Aug 7 15:02:31 UTC 2009


The following commit has been merged in the master branch:
commit 5b90ac01f126ca28062e80c8f700b892f78e2598
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Fri Aug 7 17:02:25 2009 +0200

    Fix nodm presseding escaping

diff --git a/install.sh b/install.sh
index 498f030..2efb877 100755
--- a/install.sh
+++ b/install.sh
@@ -1148,9 +1148,9 @@ EOPANELPLUGIN
 	else
 		echo " * Installing Display Manager $DISPLAY_MANAGER"
 		if [ "$DISPLAY_MANAGER" = nodm ]; then
-			echo 'nodm nodm/x_options string "-nolisten tcp"' | chroot "$INST_DIR" debconf-set-selections
-			echo 'nodm nodm/first_vt string "3"' | chroot "$INST_DIR" debconf-set-selections
-			echo 'nodm nodm/enabled string "true"' | chroot "$INST_DIR" debconf-set-selections
+			echo 'nodm nodm/x_options string -nolisten tcp' | chroot "$INST_DIR" debconf-set-selections
+			echo 'nodm nodm/first_vt string 3' | chroot "$INST_DIR" debconf-set-selections
+			echo 'nodm nodm/enabled string true' | chroot "$INST_DIR" debconf-set-selections
 		fi
 		chroot "$INST_DIR" apt-get $APT_OPTIONS install $DISPLAY_MANAGER
 	fi

-- 
Various non-packaged files



More information about the pkg-fso-commits mailing list