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 }