From a655b0e1e07efb3fd057f726b85887908d970ba6 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 10 Jun 2005 07:38:18 +0000 Subject: - move functions using /proc/partitions out of fsedit to fs::proc_partitions - remove unneeded "use xxx" - add some "use xxx" (nb: not completly needed because some other modules may do it) --- perl-install/network/ethernet.pm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'perl-install/network/ethernet.pm') diff --git a/perl-install/network/ethernet.pm b/perl-install/network/ethernet.pm index dcda7b643..29e2b5d10 100644 --- a/perl-install/network/ethernet.pm +++ b/perl-install/network/ethernet.pm @@ -1,13 +1,9 @@ package network::ethernet; # $Id$ use c; -use network::network; -use modules; -use modules::interactive; use detect_devices; use common; use run_program; -use network::tools; our @dhcp_clients = qw(dhclient dhcpcd pump dhcpxd); -- cgit v1.2.1