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
(668)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: dhcpcd-hooks/Makefile
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-hooks/50-ypbind
('k') |
dhcpcd-run-hooks.in »
('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
TOP?= ../
2
include ${TOP}/Makefile.inc
3
include ${TOP}/config.mk
4
5
SCRIPTSDIR= ${LIBEXECDIR}/dhcpcd-hooks
6
SCRIPTS= 01-test 10-mtu 20-resolv.conf 29-lookup-hostname 30-hostname
7
SCRIPTS+= ${HOOKSCRIPTS}
8
9
all:
10
11
install:
12
${INSTALL} -d ${DESTDIR}${SCRIPTSDIR}
13
${INSTALL} -m ${NONBINMODE} ${SCRIPTS} ${DESTDIR}${SCRIPTSDIR}
14
15
import:
16
${INSTALL} -d /tmp/${DISTPREFIX}/dhcpcd-hooks
17
${INSTALL} -m ${NONBINMODE} ${SCRIPTS} /tmp/${DISTPREFIX}/dhcpcd-hooks
18
OLD
NEW
« no previous file with comments
|
« dhcpcd-hooks/50-ypbind
('k') |
dhcpcd-run-hooks.in »
('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