summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-07-31 22:54:10 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-07-31 22:54:10 +0000
commit6c038dc63c10d19cdde51c78239fe50dcc220dfb (patch)
treef34b06431ff34455fa3375c79bf8b54faa000a6e /etc
parent4313e61a52ebf6edfebd2fef6ab7b5f595650557 (diff)
downloadpfsense-6c038dc63c10d19cdde51c78239fe50dcc220dfb.zip
pfsense-6c038dc63c10d19cdde51c78239fe50dcc220dfb.tar.gz
* Remove trailing space * Remove duplicate command accidently commited
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.bootup6
1 files changed, 2 insertions, 4 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 07108d2..1cd49aa 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -321,10 +321,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();
@@ -332,4 +330,4 @@
unlink("{$g['varrun_path']}/booting");
$g['booting'] = FALSE;
-?>
+?> \ No newline at end of file
OpenPOWER on IntegriCloud