Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 117763 | Differences between
and this patch

Collapse All | Expand All

(-)lib/rcscripts/net.modules.d/helpers.d/dhclient-wrapper (+3 lines)
Lines 7-12 Link Here
7
# Instead of writing new functions for dhclient, we simply map their variables
7
# Instead of writing new functions for dhclient, we simply map their variables
8
# over to udhcpc style ones and call those scripts!
8
# over to udhcpc style ones and call those scripts!
9
9
10
[[ -e /etc/dhcp/dhclient-enter-hooks ]] \
11
	&& ( . /etc/dhcp/dhclient-enter-hooks ) 
12
10
case "${reason}" in
13
case "${reason}" in
11
	BOUND|REBOOT|REBIND) action="bound" ;;
14
	BOUND|REBOOT|REBIND) action="bound" ;;
12
	RENEW) action="renew" ;;
15
	RENEW) action="renew" ;;

Return to bug 117763