Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(470)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: mod_for_test_scripts/400modifyUpstart
Issue
5138001
:
Remove obsolete files. (Closed)
Base URL: ssh://git@gitrw.chromium.org:9222/installer.git
Patch Set:
Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
mod_for_factory_scripts/200patchInitScript
mod_for_factory_scripts/300modifyDescription
mod_for_factory_scripts/400configAutotest
mod_for_factory_scripts/500populateQualDbs
mod_for_factory_scripts/510populateGbbFiles
mod_for_factory_scripts/factory_setup.sh
mod_for_test_scripts/000recordRootFsSize
mod_for_test_scripts/001changeBuildName
mod_for_test_scripts/002enableDumps
mod_for_test_scripts/100setupTestingInterface
mod_for_test_scripts/200disableIdleSuspend
mod_for_test_scripts/300changePassword
mod_for_test_scripts/350addTestAuthKeys
mod_for_test_scripts/400modifyUpstart
mod_for_test_scripts/700enableAutoxLogin
mod_for_test_scripts/710enableAuthTesting
mod_for_test_scripts/750enableExternalExtensions
mod_for_test_scripts/ssh_keys/testing_rsa
mod_for_test_scripts/ssh_keys/testing_rsa.pub
mod_for_test_scripts/test_setup.sh
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« mod_for_test_scripts/350addTestAuthKeys
('k') |
mod_for_test_scripts/700enableAutoxLogin »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
#!/bin/bash
2
3
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
4
# Use of this source code is governed by a BSD-style license that can be
5
# found in the LICENSE file.
6
7
echo "Modifying upstart scripts for test accesibility."
8
for script in openssh-server iptables saft; do
9
sed -i 's/#for_test //' "${ROOT_FS_DIR}/etc/init/${script}.conf"
10
done
11
OLD
NEW
« no previous file with comments
|
« mod_for_test_scripts/350addTestAuthKeys
('k') |
mod_for_test_scripts/700enableAutoxLogin »
('j') |
no next file with comments »
Issue 5138001: Remove obsolete files. (Closed)
Created 10 years, 1 month ago by Nick Sanders
Modified 9 years, 7 months ago
Reviewers: Tan Gao, adlr, anush
Base URL: ssh://git@gitrw.chromium.org:9222/installer.git
Comments: 0
This is Rietveld
408576698