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

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.
Jump to:
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')
OLDNEW
(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
OLDNEW
« no previous file with comments | « dhcpcd-dbus.conf ('k') | dhcpcd-hooks/10-mtu » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698