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
(169)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: dhcpcd-hooks/01-test
Issue
2428004
:
Overhaul dhcpcd for chrome os use (Closed)
Base URL: ssh://git@chromiumos-git//dhcpcd.git
Patch Set: purge hooks from configure to silence complaint
Created 10 years, 6 months 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:
Makefile
README.chromium
common.h
configure
configure.c
dbus-dict.h
dbus-dict.c
dhcpcd.c
dhcpcd.conf
dhcpcd-dbus.h
dhcpcd-dbus.c
dhcpcd-dbus.conf
dhcpcd-hooks/01-test
dhcpcd-hooks/10-mtu
dhcpcd-hooks/20-resolv.conf
dhcpcd-hooks/29-lookup-hostname
dhcpcd-hooks/30-hostname
dhcpcd-hooks/50-dhcpcd-compat
dhcpcd-hooks/50-ntp.conf
dhcpcd-hooks/50-yp.conf
dhcpcd-hooks/50-ypbind
dhcpcd-hooks/Makefile
dhcpcd-run-hooks.in
dhcpcd-run-hooks.8.in
eloop.h
eloop.c
if-linux.c
org.chromium.dhcpcd.in
test/introspection
test/monitor
View unified diff
|
Download patch
« no previous file with comments
|
« dhcpcd-dbus.conf
('k') |
dhcpcd-hooks/10-mtu »
('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
# Just echo our DHCP options we have
2
3
if [ "$reason" = "TEST" ]; then
4
set | grep "^\(interface\|metric\|pid\|reason\|skip_hooks\)=" | sort
5
set | grep "^\(new_\|old_\)" | sort
6
fi
OLD
NEW
« no previous file with comments
|
« dhcpcd-dbus.conf
('k') |
dhcpcd-hooks/10-mtu »
('j') |
no next file with comments »
Issue 2428004: Overhaul dhcpcd for chrome os use (Closed)
Created 10 years, 6 months ago by Sam Leffler
Modified 9 years, 7 months ago
Reviewers: Eric Shienbrood
Base URL: ssh://git@chromiumos-git//dhcpcd.git
Comments: 7
This is Rietveld
408576698