summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-03-13 06:37:51 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-03-13 06:37:51 +0000
commit11e07daa915f6f16ad3be596ab86d8e6c25baf81 (patch)
treeea7a82f45665a528952c2835f7d59fcef1394554 /etc/rc.bootup
parent6b149d0d93eb50ba479c50e1ccb2602549bc0bc6 (diff)
downloadpfsense-11e07daa915f6f16ad3be596ab86d8e6c25baf81.zip
pfsense-11e07daa915f6f16ad3be596ab86d8e6c25baf81.tar.gz
* 64 -> 65 Megabytes
* Sync code to -HEAD
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 189a00b..19c955e 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -185,7 +185,7 @@
echo "done.\n";
if($avail > 0 and $avail < 65) {
- echo "System has less than 64 megabytes of ram. Delaying webConfigurator startup...\n";
+ echo "System has less than 65 megabytes of ram. Delaying webConfigurator startup...\n";
/* start webConfigurator up on final pass */
touch("/tmp/restart_webgui");
} else {
OpenPOWER on IntegriCloud