diff options
Diffstat (limited to 'perl-install/network/netconnect.pm')
-rw-r--r-- | perl-install/network/netconnect.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 7474b9b66..385893763 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -332,8 +332,8 @@ fi save_conf($netcnx, $netc, $intf); if ($::isInstall && $::o->{security} >= 3) { - require network::tinyfirewall; - network::tinyfirewall::main($in, $::o->{security} <= 3); + require network::drakfirewall; + network::drakfirewall::main($in, $::o->{security} <= 3); } #- if ($netc->{NET_DEVICE} and $netc->{NETWORKING} ne 'no' and $::isStandalone and $::expert) { |