diff options
author | Yves Duret <yduret@mandriva.com> | 2001-04-09 18:09:38 +0000 |
---|---|---|
committer | Yves Duret <yduret@mandriva.com> | 2001-04-09 18:09:38 +0000 |
commit | 6348be7ee41f0179434538ed0e4a2150bdc3a7b4 (patch) | |
tree | abcc94730c96cb871046ae12c269f62c002edcf4 | |
parent | 3a95de3080cff40a317694463ed687a1fc72ec49 (diff) | |
download | drakx-6348be7ee41f0179434538ed0e4a2150bdc3a7b4.tar drakx-6348be7ee41f0179434538ed0e4a2150bdc3a7b4.tar.gz drakx-6348be7ee41f0179434538ed0e4a2150bdc3a7b4.tar.bz2 drakx-6348be7ee41f0179434538ed0e4a2150bdc3a7b4.tar.xz drakx-6348be7ee41f0179434538ed0e4a2150bdc3a7b4.zip |
deyvounification : remove some un-useful comments in code
-rwxr-xr-x | perl-install/standalone/drakgw | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw index d87e94f87..7c88ca56f 100755 --- a/perl-install/standalone/drakgw +++ b/perl-install/standalone/drakgw @@ -105,24 +105,6 @@ sub fatal_quit ($) quit_global($in, -1); } - -# while ($::isEmbedded) { -# kill USR2, $::CCPID; -# my $setup_state = grep(/disabled/, cat_($drakgw_setup)) ? _("The setup has already been done, but it's currently disabled.") : -# grep(/enabled/, cat_($drakgw_setup)) ? _("The setup has already been done, and it's currently enabled.") : -# _("No Internet Connection Sharing has ever been configured."); - -# $in->ask_okcancel('', -# _("Welcome to the Internet Connection Sharing utility! - -# %s - -# Click on ``Ok'' if you want to launch the setup wizard.", $setup_state)) and system("/usr/sbin/drakgw"); - -# kill USR1, $::CCPID; -# } - - begin: #- ********************************** @@ -656,6 +638,9 @@ Click on Configure to launch the setup wizard.", $setup_state)); #------------------------------------------------- #- $Log$ +#- Revision 1.38 2001/04/09 18:09:38 yduret +#- deyvounification : remove some un-useful comments in code +#- #- Revision 1.37 2001/04/09 16:29:20 gc #- do not die when an initscript returns non-0 (initscripts too buggy) #- |