Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(547)

Unified Diff: src/scripts/mod_for_test_scripts/700enableNewLoginManager

Issue 555039: Adds script to mod image for test to enable new login manager on test images (Closed)
Patch Set: Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scripts/mod_for_test_scripts/700enableNewLoginManager
diff --git a/src/scripts/mod_for_test_scripts/700enableNewLoginManager b/src/scripts/mod_for_test_scripts/700enableNewLoginManager
new file mode 100755
index 0000000000000000000000000000000000000000..84a8185dcaa5bd01ff762a1920d2b89668762baf
--- /dev/null
+++ b/src/scripts/mod_for_test_scripts/700enableNewLoginManager
@@ -0,0 +1,9 @@
+# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+#
+# Modifies upstart for login manager to use new login manager
+
+sed -i 's/^#exec \/sbin\/session_manager_setup.sh/exec \/sbin\/session_manager_setup.sh/' /etc/init/ui.conf 2> /dev/null
kmixter1 2010/01/21 22:00:13 Consider using ? instead of / to make this more re
+sed -i 's/^expect fork/#expect fork/' /etc/init/ui.conf 2> /dev/null
+sed -i 's/^exec \/usr\/bin\/slim -d/#exec \/usr\/bin\/slim -d/' /etc/init/ui.conf 2> /dev/null
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698