From 5d0748fbd5d41a313049cf4cd65c4c8f3de211bb Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Fri, 1 Feb 2008 12:03:07 +0000 Subject: [PATCH] Updated gentoos' networking script(s). (dhcp only). --- AUTHORS | 3 +++ hooks/gentoo/40-setup-networking | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 2de5b22..4930820 100644 --- a/AUTHORS +++ b/AUTHORS @@ -26,6 +26,9 @@ Contributions Edd Dumbill - Contributed APT sources.list file for Ubuntu's Dapper release. + Kevin Fullerton + - Fixup for gentoos revised networking scripts. (dhcp) + Stefan Fritsch - Contributed the policy-rc.d fixups for common.sh diff --git a/hooks/gentoo/40-setup-networking b/hooks/gentoo/40-setup-networking index 0695235..4711d9a 100755 --- a/hooks/gentoo/40-setup-networking +++ b/hooks/gentoo/40-setup-networking @@ -45,7 +45,7 @@ setupDynamicNetworking () # # Setup DHCP for the first ethernet interface # -iface_eth0="dhcp" +config_eth0=( "dhcp" ) E_O_DHCP }