From e0ac85418b44a743681d297f1b03e64bc7c13c0f Mon Sep 17 00:00:00 2001 From: damien Date: Thu, 13 Sep 2001 14:22:17 +0000 Subject: isdn timeout works now. --- perl-install/standalone/draknet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/draknet b/perl-install/standalone/draknet index 1ddca557b..7177f6e5f 100755 --- a/perl-install/standalone/draknet +++ b/perl-install/standalone/draknet @@ -601,7 +601,7 @@ Create one first by clicking on 'Configure'")),1,1,0); [_("Ethernet Card"), \$netc->{NET_DEVICE}, [ 'eth0', 'eth1', 'eth2', 'eth3', 'eth4', 'eth5','eth6', 'eth7', 'eth8', 'eth9' ]], [_("DHCP Client"), \$netcnx->{dhcp_client}, ["dhcpcd", "dhcpxd", "dhcp-client"] ], [_("Connection speed"), \$cnx->{speed}, ["64 Kb/s", "128 Kb/s"]], - [_("Connection timeout (in sec) [ beta, not yet implemented ]"), \$cnx->{huptimeout} ] + [_("Connection timeout (in sec)"), \$cnx->{huptimeout} ] ); foreach (@conf_data) { $infos[2*$i]=new Gtk::HBox(0,0); -- cgit v1.2.1