- switch to pkg-readmes
ok kurt@ (MAINTAINER)
This commit is contained in:
parent
8e9891d667
commit
dd2211a462
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2010/09/26 17:45:13 sebastia Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2010/11/09 21:38:37 jasper Exp $
|
||||
|
||||
COMMENT= Apache-Tomcat AJP Connector
|
||||
|
||||
V= 1.2.28
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
DISTNAME= tomcat-connectors-${V}-src
|
||||
PKGNAME= mod_jk-${V}
|
||||
CATEGORIES= www
|
||||
@ -48,9 +48,6 @@ do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/../conf/${file} ${PREFIX}/share/examples/mod_jk
|
||||
.endfor
|
||||
${INSTALL_DATA_DIR} ${DOCDIR}
|
||||
sed 's,/usr/local,${TRUEPREFIX},' \
|
||||
< ${FILESDIR}/README.OpenBSD >${WRKBUILD}/README.OpenBSD
|
||||
${INSTALL_DATA} ${WRKBUILD}/README.OpenBSD ${DOCDIR}
|
||||
${INSTALL_DATA} ${WRKDIST}/LICENSE ${DOCDIR}
|
||||
${INSTALL_DATA} ${WRKDIST}/NOTICE ${DOCDIR}
|
||||
@${MODAPACHE_CREATE_ENABLE_SCRIPT}
|
||||
|
@ -6,6 +6,3 @@ module using the following command as root:
|
||||
If you already have Apache running on your machine,
|
||||
you should not use "apachectl restart" - instead,
|
||||
you should fully stop and then start the server.
|
||||
|
||||
Please see ${DOCDIR}/README.OpenBSD
|
||||
for more information.
|
||||
|
@ -1,11 +1,11 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2007/06/22 19:11:55 simon Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2010/11/09 21:38:37 jasper Exp $
|
||||
lib/${MODAPACHE_MODULE}
|
||||
@exec-update test -f ${MODAPACHE_FINAL} && cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
sbin/${MODAPACHE_ENABLE}
|
||||
share/doc/mod_jk/
|
||||
share/doc/mod_jk/LICENSE
|
||||
share/doc/mod_jk/NOTICE
|
||||
share/doc/mod_jk/README.OpenBSD
|
||||
share/doc/pkg-readmes/${FULLPKGNAME}
|
||||
share/examples/mod_jk/
|
||||
share/examples/mod_jk/mod_jk.conf
|
||||
@mode 444
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: README.OpenBSD,v 1.7 2009/06/12 18:14:26 kurt Exp $
|
||||
$OpenBSD: README,v 1.1 2010/11/09 21:38:37 jasper Exp $
|
||||
|
||||
OpenBSD mod_jk Package
|
||||
Apache-Tomcat AJP Connector
|
||||
@ -22,7 +22,7 @@ http://your.tomcat.host:8080/jsp-examples/ for Tomcat 5).
|
||||
Sample configuration files will be installed to /var/www/conf if you don't
|
||||
already have them.
|
||||
|
||||
1) Enable the module by executing /usr/local/sbin/mod_jk-enable with root
|
||||
1) Enable the module by executing ${TRUEPREFIX}/sbin/mod_jk-enable with root
|
||||
privileges (using sudo).
|
||||
|
||||
2) If Tomcat is installed on another machine, edit the sample
|
Loading…
x
Reference in New Issue
Block a user