openbsd-ports/www/xcache/pkg/MESSAGE
sthen 8c57a70668 Fix MESSAGE/UNMESSAGE, since the php infrastructure changes this was telling
people to adjust /usr/local/conf/php5.sample/xcache.ini rather than the correct
file. ok Brad (maintainer).
2011-08-21 09:26:58 +00:00

8 lines
345 B
Plaintext

To configure XCache, edit ${SYSCONFDIR}/php-${PV}.sample/${MODULE_NAME}.ini.
You can enable this module by creating a symbolic
link from ${SYSCONFDIR}/php-${PV}.sample/${MODULE_NAME}.ini to
${SYSCONFDIR}/php-${PV}/${MODULE_NAME}.ini.
ln -fs ${SYSCONFDIR}/php-${PV}.sample/${MODULE_NAME}.ini \
${SYSCONFDIR}/php-${PV}/${MODULE_NAME}.ini