Make the description agree with the suggested commands when linking
php.conf from modules.sample into modules; ok robert@
This commit is contained in:
parent
6df0d68c4d
commit
3c59336cdc
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user