summaryrefslogtreecommitdiffstats
path: root/perl-install/network/netconnect.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-03-12 11:39:22 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-03-12 11:39:22 +0000
commit58d3711e3eeab1d8e79385f39e3f35d8cb770538 (patch)
tree6e6ba0de54bca971d6249c8be169d6b7009a9c38 /perl-install/network/netconnect.pm
parentece615f9614636d959079b066aa43fc469f99cef (diff)
downloaddrakx-58d3711e3eeab1d8e79385f39e3f35d8cb770538.tar
drakx-58d3711e3eeab1d8e79385f39e3f35d8cb770538.tar.gz
drakx-58d3711e3eeab1d8e79385f39e3f35d8cb770538.tar.bz2
drakx-58d3711e3eeab1d8e79385f39e3f35d8cb770538.tar.xz
drakx-58d3711e3eeab1d8e79385f39e3f35d8cb770538.zip
provide a nice way to go back to summary when interface is already configured (#8002)
Diffstat (limited to 'perl-install/network/netconnect.pm')
-rw-r--r--perl-install/network/netconnect.pm13
1 files changed, 11 insertions, 2 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm
index ec90bc116..10d3e1a3a 100644
--- a/perl-install/network/netconnect.pm
+++ b/perl-install/network/netconnect.pm
@@ -813,11 +813,20 @@ Modifying the fields below will override this configuration."),
type => "yesorno",
post => sub {
my ($res) = @_;
- die 'wizcancel' if !$res;
- return "lan_protocol";
+ return $res ? "lan_protocol" : "alrd_end";
}
},
+
+ alrd_end =>
+ {
+ name => N("Congratulations, the network and Internet configuration is finished.
+
+"),
+ end => 1,
+ },
+
+
lan_protocol =>
{
pre => sub {