diff options
author | Florin Grad <florin@mandriva.com> | 2002-09-17 15:59:50 +0000 |
---|---|---|
committer | Florin Grad <florin@mandriva.com> | 2002-09-17 15:59:50 +0000 |
commit | e1c74c6f0cf1efe50a6777ae55a9b4b29be4afd7 (patch) | |
tree | 1a7277356f6c90bdf226cbdb621b695c6438575e /perl-install/standalone | |
parent | 84cc3e3365a84a9f74976b3c9665071991065100 (diff) | |
download | drakx-backup-do-not-use-e1c74c6f0cf1efe50a6777ae55a9b4b29be4afd7.tar drakx-backup-do-not-use-e1c74c6f0cf1efe50a6777ae55a9b4b29be4afd7.tar.gz drakx-backup-do-not-use-e1c74c6f0cf1efe50a6777ae55a9b4b29be4afd7.tar.bz2 drakx-backup-do-not-use-e1c74c6f0cf1efe50a6777ae55a9b4b29be4afd7.tar.xz drakx-backup-do-not-use-e1c74c6f0cf1efe50a6777ae55a9b4b29be4afd7.zip |
add warning message
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/drakgw | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw index b6fd68158..4f515a5a7 100755 --- a/perl-install/standalone/drakgw +++ b/perl-install/standalone/drakgw @@ -185,6 +185,8 @@ $::direct or $in->ask_okcancel(_("Internet Connection Sharing"), _("You are about to configure your computer to share its Internet connection. With that feature, other computers on your local network will be able to use this computer's Internet connection. +Make sure you have configured your Network/Internet access using drakconnect before going any further. + Note: you need a dedicated Network Adapter to set up a Local Area Network (LAN)."), 1) or quit_global($in, 0); undef $::Wizard_no_previous; |