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:09:53 -0300
commit4831f5df94b7b713067ca491fdc7b724b130d4d8 (patch)
tree660bdaa9aa038a791606708e577a13e45c5df73c /etc/rc.php_ini_setup
parent1e940f77ffcc842c7dfbdb70b530ce1a0a249956 (diff)
downloadpfsense-4831f5df94b7b713067ca491fdc7b724b130d4d8.zip
pfsense-4831f5df94b7b713067ca491fdc7b724b130d4d8.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