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

Side by Side Diff: src/scripts/mod_for_test_scripts/700enableNewLoginManager

Issue 661061: Fix problem with mod_image_for_test leaving dangling chroot ref (Closed)
Patch Set: needs sudo Created 10 years, 10 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 unified diff | Download patch
« no previous file with comments | « no previous file | src/scripts/mod_image_for_test.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4 #
5 # Modifies upstart for login manager to use new login manager
6
7 sed -i 's?^#exec /sbin/session_manager_setup.sh?exec /sbin/session_manager_setup .sh?' /etc/init/ui.conf 2> /dev/null
8 sed -i 's?^expect fork?#expect fork?' /etc/init/ui.conf 2> /dev/null
9 sed -i 's?^exec /usr/bin/slim -d?#exec /usr/bin/slim -d?' /etc/init/ui.conf 2> / dev/null
OLDNEW
« no previous file with comments | « no previous file | src/scripts/mod_image_for_test.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698