Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Vrolijk <erwin@erwinvrolijk.nl>2016-03-21 13:20:30 +0300
committerErwin Vrolijk <erwin@erwinvrolijk.nl>2016-03-21 13:20:30 +0300
commit7c2b8b90d922a2d8b5f9f0fefb3c2f775c925d4c (patch)
tree1d15fe8c8ed40eb5e4c4246e6362846e75721da4 /include/tests_php
parent9023aaa052e89532146ecb62bf242e4c94bd8310 (diff)
Added ini dir of EL6
On my EL6 systems PHP uses an ini directory of /etc/php.d, added this to the php test.
Diffstat (limited to 'include/tests_php')
-rw-r--r--include/tests_php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/tests_php b/include/tests_php
index ee6dfbda..35e9ddb7 100644
--- a/include/tests_php
+++ b/include/tests_php
@@ -38,7 +38,8 @@
/usr/local/etc/php.ini /usr/local/lib/php.ini \
/usr/pkg/etc/php.ini"
- PHPINIDIRS="/etc/php5/conf.d"
+ PHPINIDIRS="/etc/php5/conf.d \
+ /etc/php.d"
#
#################################################################################
#