Make the description agree with the suggested commands when linking

php.conf from modules.sample into modules; ok robert@
This commit is contained in:
sthen 2011-07-22 10:28:54 +00:00
parent 6df0d68c4d
commit 3c59336cdc
3 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2011/07/15 12:57:42 robert Exp $
# $OpenBSD: Makefile,v 1.16 2011/07/22 10:28:54 sthen Exp $
# doesn't set USE_LIBTOOL but use the bundled one because it needs some
# specific options we don't have.
@ -9,7 +9,7 @@ SUHOSIN_PHPV= 5.2.16
SUHOSIN_P_V= 0.9.7
REVISION= 3
REVISION-main= 4
REVISION-main= 5
REVISION-fastcgi= 6
INI_TEMPLATES= dist recommended

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.13 2011/07/15 12:57:42 robert Exp $
# $OpenBSD: Makefile,v 1.14 2011/07/22 10:28:54 sthen Exp $
PV= 5.3
V= ${PV}.6
SUHOSIN_PHPV= ${V}
SUHOSIN_P_V= 0.9.10
REVISION-main= 0
REVISION-main= 1
REVISION-fastcgi= 2
INI_TEMPLATES= development production

View File

@ -1,6 +1,6 @@
To enable the php-${PV} module please create a symbolic
link from ${MODPHP_CONFIG_PATH}/modules.sample/php-${PV}.conf
to ${MODPHP_CONFIG_PATH}/modules/php-${PV}.conf.
to ${MODPHP_CONFIG_PATH}/modules/php.conf.
ln -s ${MODPHP_CONFIG_PATH}/modules.sample/php-${PV}.conf \
${MODPHP_CONFIG_PATH}/modules/php.conf