diff options
author | Yves Duret <yduret@mandriva.com> | 2001-08-06 13:37:55 +0000 |
---|---|---|
committer | Yves Duret <yduret@mandriva.com> | 2001-08-06 13:37:55 +0000 |
commit | d7591e4cb7722c3c3e7a1527a6df686b9e281876 (patch) | |
tree | c721856543bd4737ca31d760bca83c4fb064c0fd /perl-install/tinyfirewall.pm | |
parent | e740716e1216f45ac444b419e52bf95f1f220998 (diff) | |
download | drakx-backup-do-not-use-d7591e4cb7722c3c3e7a1527a6df686b9e281876.tar drakx-backup-do-not-use-d7591e4cb7722c3c3e7a1527a6df686b9e281876.tar.gz drakx-backup-do-not-use-d7591e4cb7722c3c3e7a1527a6df686b9e281876.tar.bz2 drakx-backup-do-not-use-d7591e4cb7722c3c3e7a1527a6df686b9e281876.tar.xz drakx-backup-do-not-use-d7591e4cb7722c3c3e7a1527a6df686b9e281876.zip |
use MDK::Common;
use network::netconnect;
Diffstat (limited to 'perl-install/tinyfirewall.pm')
-rw-r--r-- | perl-install/tinyfirewall.pm | 4 |
1 files 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. |