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

Issue 555039: Adds script to mod image for test to enable new login manager on test images (Closed)

Created:
10 years, 11 months ago by sosa
Modified:
9 years, 6 months ago
Reviewers:
kmixter1
CC:
chromium-os-reviews_googlegroups.com
Visibility:
Public.

Description

Adds script to mod image for test to enable new login manager on test images

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -0 lines) Patch
A src/scripts/mod_for_test_scripts/700enableNewLoginManager View 1 chunk +9 lines, -0 lines 1 comment Download

Messages

Total messages: 2 (0 generated)
sosa
This change makes test images use the new login manager
10 years, 11 months ago (2010-01-21 21:53:36 UTC) #1
kmixter1
10 years, 11 months ago (2010-01-21 22:00:13 UTC) #2
http://codereview.chromium.org/555039/diff/1/2
File src/scripts/mod_for_test_scripts/700enableNewLoginManager (right):

http://codereview.chromium.org/555039/diff/1/2#newcode7
src/scripts/mod_for_test_scripts/700enableNewLoginManager:7: sed -i 's/^#exec
\/sbin\/session_manager_setup.sh/exec \/sbin\/session_manager_setup.sh/'
/etc/init/ui.conf 2> /dev/null
Consider using ? instead of / to make this more readable so you don't have to
escape all your slashes: sed -e 's?^#exec /sbin/...?...?'

Powered by Google App Engine
This is Rietveld 408576698