From d7591e4cb7722c3c3e7a1527a6df686b9e281876 Mon Sep 17 00:00:00 2001 From: Yves Duret Date: Mon, 6 Aug 2001 13:37:55 +0000 Subject: use MDK::Common; use network::netconnect; --- perl-install/tinyfirewall.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-install/tinyfirewall.pm b/perl-install/tinyfirewall.pm index 0c4e5bb11..3a88e09d9 100644 --- a/perl-install/tinyfirewall.pm +++ b/perl-install/tinyfirewall.pm @@ -1,12 +1,12 @@ package tinyfirewall; use diagnostics; use strict; -use common; use commands; use run_program; -use netconnect; +use network::netconnect; use network; use POSIX qw(tmpnam); +use MDK::Common; my @messages = (_("tinyfirewall configurator This configures a personal firewall for this Mandrake Linux machine. -- cgit v1.2.1