summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-07-31 22:54:03 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-07-31 22:54:03 +0000
commita074233d7d82274f2eae50aac019856b1d806626 (patch)
treee6aa208e09a2a7ece13fef183328bc75b9fb76e0 /etc/rc.bootup
parentc126316b9f621ca511d3b459fdf2a57e33b07d14 (diff)
downloadpfsense-a074233d7d82274f2eae50aac019856b1d806626.zip
pfsense-a074233d7d82274f2eae50aac019856b1d806626.tar.gz
* Remove trailing space * Remove duplicate command accidently commited
Diffstat (limited to 'etc/rc.bootup')
-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