From a074233d7d82274f2eae50aac019856b1d806626 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 31 Jul 2007 22:54:03 +0000 Subject: * Remove trailing space * Remove duplicate command accidently commited --- etc/rc.bootup | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'etc/rc.bootup') diff --git a/etc/rc.bootup b/etc/rc.bootup index 1fd2366..ea13680 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -316,10 +316,8 @@ this was never accounted for after moving to 1000 hz */ $kern_hz = `sysctl kern.clockrate | awk '{ print $5 }' | cut -d"," -f1`; $kern_hz = trim($kern_hz, "\r\n"); - if($kern_hz == "1000") { + if($kern_hz == "1000") mwexec("sysctl net.inet.tcp.rexmit_min=30"); - mwexec("sysctl net.inet.tcp.rexmit_min=30"); - } upnp_start(); @@ -327,4 +325,4 @@ unlink("{$g['varrun_path']}/booting"); $g['booting'] = FALSE; -?> +?> \ No newline at end of file -- cgit v1.1