1
0
mirror of synced 2026-01-13 23:26:10 +00:00

Updated gentoos' networking script(s). (dhcp only).

This commit is contained in:
Steve Kemp 2008-02-01 12:03:07 +00:00
parent d39f4fe8ec
commit 5d0748fbd5
2 changed files with 4 additions and 1 deletions

View File

@ -26,6 +26,9 @@ Contributions
Edd Dumbill <edd [at] com.usefulinc>
- Contributed APT sources.list file for Ubuntu's Dapper release.
Kevin Fullerton <kevin.fullerton [at] uk.co.shotgun-suicide>
- Fixup for gentoos revised networking scripts. (dhcp)
Stefan Fritsch <sf [at] de.sfritsch>
- Contributed the policy-rc.d fixups for common.sh

View File

@ -45,7 +45,7 @@ setupDynamicNetworking ()
#
# Setup DHCP for the first ethernet interface
#
iface_eth0="dhcp"
config_eth0=( "dhcp" )
E_O_DHCP
}