summaryrefslogtreecommitdiffstats
path: root/etc/rc.php_ini_setup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-12-23 00:44:48 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-12-23 00:44:48 +0000
commitc52f3ce39e177a69b4a3f929d62384cf4104dd52 (patch)
tree2aafb896858ed061832a3214c0566e065e4194d2 /etc/rc.php_ini_setup
parent31c96a14e95d6a353b5cff627216ce1c9dd02481 (diff)
downloadpfsense-c52f3ce39e177a69b4a3f929d62384cf4104dd52.zip
pfsense-c52f3ce39e177a69b4a3f929d62384cf4104dd52.tar.gz
Do not alert for unfound modules
Diffstat (limited to 'etc/rc.php_ini_setup')
-rwxr-xr-xetc/rc.php_ini_setup3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup
index 99d9f0e..a01fb27 100755
--- a/etc/rc.php_ini_setup
+++ b/etc/rc.php_ini_setup
@@ -111,9 +111,6 @@ for EXT in $PHPMODULES; do
# Ensure extension exists before adding.
if [ -f "${EXTENSIONSDIR}/${EXT}.so" ]; then
echo "extension=${EXT}.so" >> /usr/local/lib/php.ini
- else
- echo ">>> WARNING! Could not locate ${EXTENSIONSDIR}/${EXT}.so"
- echo ">>> WARNING! Could not locate ${EXTENSIONSDIR}/${EXT}.so <<< " | logger -p daemon.info -i -t rc.php_ini_setup
fi
fi
done
OpenPOWER on IntegriCloud