diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-08-29 21:52:34 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-08-29 21:52:34 +0000 |
commit | b8c8b2eec9dd0faa1fc4e09278fe13b066b4ca7a (patch) | |
tree | 802ee6518bcd15a72dd9c1b7bb6cf8b78a7602e6 | |
parent | 50eac3f131c778395cb68b1eb5f6a688d200a230 (diff) | |
download | drakx-b8c8b2eec9dd0faa1fc4e09278fe13b066b4ca7a.tar drakx-b8c8b2eec9dd0faa1fc4e09278fe13b066b4ca7a.tar.gz drakx-b8c8b2eec9dd0faa1fc4e09278fe13b066b4ca7a.tar.bz2 drakx-b8c8b2eec9dd0faa1fc4e09278fe13b066b4ca7a.tar.xz drakx-b8c8b2eec9dd0faa1fc4e09278fe13b066b4ca7a.zip |
quit_global
-rwxr-xr-x | perl-install/standalone/drakgw | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw index 377e780eb..65a5a96db 100755 --- a/perl-install/standalone/drakgw +++ b/perl-install/standalone/drakgw @@ -215,7 +215,7 @@ if (!@cards) { $in->ask_warn(_("No network adapter on your system!"), _("No ethernet network adapter has been detected on your system. Please run the hardware configuration tool.")); - quit_global($in); + quit_global($in, 0); } elsif (@cards == 1) { @@ -234,7 +234,7 @@ else $format, \@cards, ) or goto step_ask_confirm; - defined $device or quit_global($in); + defined $device or quit_global($in, 0); } log::l("[drakgw] Choosing network card: $device\n"); @@ -665,6 +665,9 @@ Click on Configure to launch the setup wizard.", $setup_state)); #------------------------------------------------- #- $Log$ +#- Revision 1.51 2001/08/29 21:52:34 gc +#- quit_global +#- #- Revision 1.50 2001/08/18 00:06:32 siegel #- fixed i18n #- |