summaryrefslogtreecommitdiffstats
path: root/etc/rc.php_ini_setup
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-09-09 16:09:53 -0300
committerRenato Botelho <garga@FreeBSD.org>2013-09-09 16:10:22 -0300
commit772e49cebd0c415a510f0af5d4a67c0ea25f068b (patch)
treeb14f3f4f868b4c93abbfd1deb67ffc40787017cf /etc/rc.php_ini_setup
parentfae7ef31e36c0a7f0861b1072dfcad68df132050 (diff)
downloadpfsense-772e49cebd0c415a510f0af5d4a67c0ea25f068b.zip
pfsense-772e49cebd0c415a510f0af5d4a67c0ea25f068b.tar.gz
Remove unecessary capitalized WARNING from disabled APC message
Diffstat (limited to 'etc/rc.php_ini_setup')
-rwxr-xr-xetc/rc.php_ini_setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup
index a108c62..589fab8 100755
--- a/etc/rc.php_ini_setup
+++ b/etc/rc.php_ini_setup
@@ -55,8 +55,8 @@ export LOWMEM
if [ "$REALMEM" -lt "$MIN_REALMEM_FOR_APC" ]; then
LOWMEM="TRUE"
- echo ">>> WARNING! under $MIN_REALMEM_FOR_APC megabytes of ram detected. Not enabling APC."
- echo ">>> WARNING! under $MIN_REALMEM_FOR_APC megabytes of ram detected. Not enabling APC." | /usr/bin/logger -p daemon.info -i -t rc.php_ini_setup
+ echo ">>> Under $MIN_REALMEM_FOR_APC megabytes of ram detected. Not enabling APC."
+ echo ">>> Under $MIN_REALMEM_FOR_APC megabytes of ram detected. Not enabling APC." | /usr/bin/logger -p daemon.info -i -t rc.php_ini_setup
else
# Calculate APC SHM size according
OpenPOWER on IntegriCloud