mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove unecessary capitalized WARNING from disabled APC message
This commit is contained in:
parent
fae7ef31e3
commit
772e49cebd
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user