From: Michael Gernoth Date: Wed, 4 Feb 2009 21:49:37 +0000 (+0100) Subject: increase poweroff time X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/rsbs2/commitdiff_plain/e270bbeb974f5af8bdee73b3958d3ec62bedbbb7 increase poweroff time --- diff --git a/rsbs2.pl b/rsbs2.pl index a78ee76..bf0bd9d 100755 --- a/rsbs2.pl +++ b/rsbs2.pl @@ -10,7 +10,7 @@ my $ua = LWP::UserAgent->new; my $sid; my $host; my $poweronms=200; -my $poweroffms=4500; +my $poweroffms=5000; my $verbose = 0; my @fw_vars = qw(ENABLE_LAN_AUTONEG ENABLE_LAN_100 ENABLE_LAN_FDUPLEX GATEWAY diff --git a/rsbs2rc b/rsbs2rc index 2bfac85..5e0cf93 100644 --- a/rsbs2rc +++ b/rsbs2rc @@ -5,4 +5,4 @@ host=192.168.50.6 user=admin pass=admin ;poweronms=200 -;poweroffms=4500 +;poweroffms=5000