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:
authorjirib <46245+jirib@users.noreply.github.com>2019-03-05 21:03:44 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-03-05 21:03:44 +0300
commit0dafe4a02b494e0c94c3d1b89e9e9791e2fde63d (patch)
tree11d2235a3d636af9ee62f0e5bb5612d890170edd /include/tests_php
parent06bf77cb3052c7417b6fe44e70428b36da68c031 (diff)
better OpenBSD support (#641)
Diffstat (limited to 'include/tests_php')
-rw-r--r--include/tests_php6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/tests_php b/include/tests_php
index 795ce253..363321cf 100644
--- a/include/tests_php
+++ b/include/tests_php
@@ -72,6 +72,9 @@
${ROOTDIR}etc/opt/remi/php70/php.ini \
${ROOTDIR}etc/opt/remi/php71/php.ini \
${ROOTDIR}etc/opt/remi/php72/php.ini"
+ # HEADS-UP: OpenBSD, last two releases are supported, and snapshots of -current
+ PHPINILOCS="${PHPINILOCS} \
+ ${ROOTDIR}etc/php-5.6.ini ${ROOTDIR}etc/php-7.0.ini ${ROOTDIR}etc/php-7.1.ini ${ROOTDIR}etc/php-7.2.ini"
PHPINIDIRS="${ROOTDIR}etc/php5/conf.d \
${ROOTDIR}etc/php/7.0/cli/conf.d \
@@ -92,6 +95,9 @@
${ROOTDIR}opt/alt/php56/etc/php.d.all \
${ROOTDIR}opt/alt/php70/etc/php.d.all \
${ROOTDIR}opt/alt/php71/etc/php.d.all"
+ # HEADS-UP: OpenBSD, last two releases are supported, and snapshots of -current
+ PHPINIDIRS="${PHPINIDIRS} \
+ ${ROOTDIR}etc/php-5.6 ${ROOTDIR}etc/php-7.0 ${ROOTDIR}etc/php-7.1 ${ROOTDIR}etc/php-7.2"
#
#################################################################################
#