From 98e8122be68687faa410169a47ff173c6a4ed4d9 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 31 May 2005 08:49:01 +0000 Subject: handle huptimeout setting again (I4L_IDLETIME in isdn4net) --- perl-install/network/isdn.pm | 1 + perl-install/network/netconnect.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/network/isdn.pm b/perl-install/network/isdn.pm index 04e442700..6c0648e74 100644 --- a/perl-install/network/isdn.pm +++ b/perl-install/network/isdn.pm @@ -24,6 +24,7 @@ I4L_SYSNAME="" I4L_LOCALMSN="$isdn->{phone_in}" I4L_REMOTE_OUT="$isdn->{phone_out}" I4L_DIALMODE="$isdn->{dialing_mode}" +I4L_IDLETIME="$isdn->{huptimeout}" ) . if_($isdn->{speed} =~ /128/, 'SLAVE="ippp1" ')); output "$::prefix/etc/isdn/profile/card/mycard", diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 58f1d502f..debc3480c 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -360,7 +360,7 @@ sub real_main { [ $netc, "dnsServer3", { label => N("Provider DNS 2 (optional)") } ], [ $isdn, "dialing_mode", { label => N("Dialing mode"), list => ["auto", "manual"] } ], [ $isdn, "speed", { label => N("Connection speed"), list => ["64 Kb/s", "128 Kb/s"] } ], - [ $netcnx, "huptimeout", { label => N("Connection timeout (in sec)") } ], #unused? + [ $isdn, "huptimeout", { label => N("Connection timeout (in sec)") } ], ) ), ({ label => N("Account Login (user name)"), val => \$isdn->{login} }, -- cgit v1.2.1