summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakgw
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-08-29 21:52:34 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-08-29 21:52:34 +0000
commitb8c8b2eec9dd0faa1fc4e09278fe13b066b4ca7a (patch)
tree802ee6518bcd15a72dd9c1b7bb6cf8b78a7602e6 /perl-install/standalone/drakgw
parent50eac3f131c778395cb68b1eb5f6a688d200a230 (diff)
downloaddrakx-backup-do-not-use-b8c8b2eec9dd0faa1fc4e09278fe13b066b4ca7a.tar
drakx-backup-do-not-use-b8c8b2eec9dd0faa1fc4e09278fe13b066b4ca7a.tar.gz
drakx-backup-do-not-use-b8c8b2eec9dd0faa1fc4e09278fe13b066b4ca7a.tar.bz2
drakx-backup-do-not-use-b8c8b2eec9dd0faa1fc4e09278fe13b066b4ca7a.tar.xz
drakx-backup-do-not-use-b8c8b2eec9dd0faa1fc4e09278fe13b066b4ca7a.zip
quit_global
Diffstat (limited to 'perl-install/standalone/drakgw')
-rwxr-xr-xperl-install/standalone/drakgw7
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
#-