diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/network/drakfirewall.pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perl-install/network/drakfirewall.pm b/perl-install/network/drakfirewall.pm index 76d5d76e0..55e4af694 100644 --- a/perl-install/network/drakfirewall.pm +++ b/perl-install/network/drakfirewall.pm @@ -132,6 +132,11 @@ This configures a personal firewall for this Mandrake Linux machine. For a powerful dedicated firewall solution, please look to the specialized MandrakeSecurity Firewall distribution."), 1) or return; + $in->ask_okcancel('', _("drakfirewall configurator + +Make sure you have configured your Network/Internet access with +drakconnect before going any further."), 1) or return; + $disabled, $possible_servers, ''; } } |