summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-01-22 17:22:59 -0500
committerScott Ullrich <sullrich@pfsense.org>2009-01-22 17:22:59 -0500
commitd5fc8ff45e6270d99720d3a43f6d03cec21f7fce (patch)
treebce987668b289865c2ded1d2bedb2c7d503b6dca
parent5e1d9191e476f9d791ac654d5b321a3b4a53a429 (diff)
downloadpfsense-d5fc8ff45e6270d99720d3a43f6d03cec21f7fce.zip
pfsense-d5fc8ff45e6270d99720d3a43f6d03cec21f7fce.tar.gz
Add missing '
-rwxr-xr-xetc/rc.bootup2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index a296c06..0910107 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -303,7 +303,7 @@
if($avail < 126) {
require_once("/etc/inc/notices.inc");
- file_notice("{$g['product_name]}MemoryRequirements", "{$g['product_name]} requires atleast 128 megabytes of RAM. Expect unusual performance. This platform is not supported.", "Memory", "", 1);
+ file_notice("{$g['product_name']}MemoryRequirements", "{$g['product_name']} requires atleast 128 megabytes of RAM. Expect unusual performance. This platform is not supported.", "Memory", "", 1);
mwexec("sysctl net.inet.tcp.recvspace=4096");
mwexec("sysctl net.inet.tcp.sendspace=4096");
}
OpenPOWER on IntegriCloud