From 23482fe690315d2d15105eaffe9b1f283cbd6cfe Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 13 Feb 2004 23:28:23 +0000 Subject: by default do not start connection at boot for modems (#7705) --- perl-install/network/netconnect.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 77bfd319f..6da6100d7 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -1065,6 +1065,7 @@ You may also enter the IP address of the gateway if you have one."), }, name => N("Do you want to start the connection at boot?"), type => "yesorno", + default => sub { ($type eq 'modem' ? 'no' : 'yes') }, post => sub { my ($res) = @_; $netc->{at_boot} = $res; -- cgit v1.2.1