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:
authormboelen <michael@cisofy.com>2014-12-05 14:29:18 +0300
committermboelen <michael@cisofy.com>2014-12-05 14:29:18 +0300
commitf0ae9d015cdca2dc1f0ff2f37c74815ee0dadd28 (patch)
treec750153cc59317b6cf63d4dff2dad9855b64c993 /include
parentcbf96e156ff4162fa6e20b757eb98f21720ef1fa (diff)
Extended PHP search path for NetBSD systems
Diffstat (limited to 'include')
-rw-r--r--include/tests_php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/tests_php b/include/tests_php
index 11135491..198f051a 100644
--- a/include/tests_php
+++ b/include/tests_php
@@ -30,7 +30,8 @@
/etc/php5/apache2/php.ini \
/private/etc/php.ini \
/var/www/conf/php.ini \
- /usr/local/etc/php.ini /usr/local/lib/php.ini"
+ /usr/local/etc/php.ini /usr/local/lib/php.ini \
+ /usr/pkg/etc/php.ini"
PHPINIDIRS="/etc/php5/conf.d"
#