From 39d8501d5aba64dad8cf46e22e0c6323b22504bc Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 4 Mar 2005 12:14:40 +0000 Subject: add @network::ethernet::dhcp_clients --- perl-install/network/ethernet.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/network/ethernet.pm') 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); -- cgit v1.2.1