summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorDamien Chaumette <dchaumette@mandriva.com>2002-09-02 21:32:45 +0000
committerDamien Chaumette <dchaumette@mandriva.com>2002-09-02 21:32:45 +0000
commit61c9b4b200bedd05e8e0755decad8794017cc3c4 (patch)
tree4d86b591fb7ddeda319e278f5c0e3f06ababedd1 /perl-install
parent59b5d5eae61ca77a65a97a3a836dbc126aa7a52b (diff)
downloaddrakx-61c9b4b200bedd05e8e0755decad8794017cc3c4.tar
drakx-61c9b4b200bedd05e8e0755decad8794017cc3c4.tar.gz
drakx-61c9b4b200bedd05e8e0755decad8794017cc3c4.tar.bz2
drakx-61c9b4b200bedd05e8e0755decad8794017cc3c4.tar.xz
drakx-61c9b4b200bedd05e8e0755decad8794017cc3c4.zip
- network restart previous bug fixed
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/network/netconnect.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm
index 385893763..82235e1e5 100644
--- a/perl-install/network/netconnect.pm
+++ b/perl-install/network/netconnect.pm
@@ -247,8 +247,8 @@ If you don't want to use the auto detection, deselect the checkbox.
network::configureNetwork2($in, $prefix, $netc, $intf);
my $network_configured = 1;
- if ($netconnect::need_restart_network && $::isStandalone and ($::expert or $in->ask_yesorno(_("Network configuration"),
- _("The network needs to be restarted"), 1))) {
+ if ($netconnect::need_restart_network && $::isStandalone and ($::expert or ($in->ask_yesorno(_("Network configuration"),
+ _("The network needs to be restarted"), 1) or goto step_2))) {
#- run_program::rooted($prefix, "/etc/rc.d/init.d/network stop");
if (!run_program::rooted($prefix, "/etc/rc.d/init.d/network restart")) {
$success = 0;