summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.bootup6
1 files changed, 2 insertions, 4 deletions
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
OpenPOWER on IntegriCloud