diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-03-04 12:14:40 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-03-04 12:14:40 +0000 |
commit | 39d8501d5aba64dad8cf46e22e0c6323b22504bc (patch) | |
tree | e0da2b6f638e2dd7b4f4bd384649f1e6e98c5d0b /perl-install/network/ethernet.pm | |
parent | e17bdd82d43373bcf7c93dc3f2a266213f175e18 (diff) | |
download | drakx-39d8501d5aba64dad8cf46e22e0c6323b22504bc.tar drakx-39d8501d5aba64dad8cf46e22e0c6323b22504bc.tar.gz drakx-39d8501d5aba64dad8cf46e22e0c6323b22504bc.tar.bz2 drakx-39d8501d5aba64dad8cf46e22e0c6323b22504bc.tar.xz drakx-39d8501d5aba64dad8cf46e22e0c6323b22504bc.zip |
add @network::ethernet::dhcp_clients
Diffstat (limited to 'perl-install/network/ethernet.pm')
-rw-r--r-- | perl-install/network/ethernet.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/network/ethernet.pm b/perl-install/network/ethernet.pm index 21cfc6708..bb08738ae 100644 --- a/perl-install/network/ethernet.pm +++ b/perl-install/network/ethernet.pm @@ -9,6 +9,8 @@ use common; use run_program; use network::tools; +our @dhcp_clients = qw(dhcp-client dhcpcd pump dhcpxd); + sub write_ether_conf { my ($in, $modules_conf, $netcnx, $netc, $intf) = @_; configureNetwork2($in, $modules_conf, $::prefix, $netc, $intf); |