summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorin Grad <florin@mandriva.com>2002-09-17 15:55:39 +0000
committerFlorin Grad <florin@mandriva.com>2002-09-17 15:55:39 +0000
commit73e9c490157feafbfd38e0d843bf860b56f7b316 (patch)
tree921fdc6f131cd76524216fcf270b462bacc74bd4
parentedce396f9017cc6e72b3d2b7f2d5eee329a00b0d (diff)
downloaddrakx-73e9c490157feafbfd38e0d843bf860b56f7b316.tar
drakx-73e9c490157feafbfd38e0d843bf860b56f7b316.tar.gz
drakx-73e9c490157feafbfd38e0d843bf860b56f7b316.tar.bz2
drakx-73e9c490157feafbfd38e0d843bf860b56f7b316.tar.xz
drakx-73e9c490157feafbfd38e0d843bf860b56f7b316.zip
add a silly message
-rw-r--r--perl-install/network/drakfirewall.pm5
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, '';
}
}