From 4f92863478e39595fd8d5afdd927426367b1ccc1 Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Tue, 31 Mar 2009 14:48:16 +0000 Subject: Checking for connection to be up during installation. --- lib/network/connection/isdn.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/network/connection/isdn.pm') diff --git a/lib/network/connection/isdn.pm b/lib/network/connection/isdn.pm index e26d15c..1b8debc 100644 --- a/lib/network/connection/isdn.pm +++ b/lib/network/connection/isdn.pm @@ -15,6 +15,8 @@ sub get_devices { } sub get_metric { 30 } +sub get_up_timeout { 20 } + use network::connection::isdn::consts; use modules; use run_program; -- cgit v1.2.1