FreeBSD Bugzilla – Attachment 35460 Details for
Bug 57235
Fix pkg_add permission problem in tomcatX
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.57 KB, created by
Kang Liu
on 2003-09-26 08:30:19 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Kang Liu
Created:
2003-09-26 08:30:19 UTC
Size:
1.57 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/www/jakarta-tomcat4/Makefile,v >retrieving revision 1.44 >diff -u -r1.44 Makefile >--- Makefile 7 Mar 2003 06:12:39 -0000 1.44 >+++ Makefile 26 Sep 2003 06:59:06 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= jakarta-tomcat > PORTVERSION= 4.0.6 >+PORTREVISION= 1 > CATEGORIES= www java > MASTER_SITES= http://jakarta.apache.org/builds/jakarta-tomcat-${PORTVERSION:R}/release/v${PORTVERSION}/bin/ \ > http://www.metaverse.nl/~ernst/ \ >@@ -23,7 +24,6 @@ > WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} > APP_HOME?= ${PREFIX}/${PKGBASE}${PORTVERSION:R} > LOG_DIR= ${APP_HOME}/logs >-PLIST_SUB+= T=${APP_HOME:S/^${PREFIX}\///} > APP_TITLE= Jakarta Tomcat > APP_SHORTNAME= tomcat${MAJOR_VER} > CONTROL_SCRIPT_NAME= ${APP_SHORTNAME}ctl >@@ -50,6 +50,7 @@ > ${WRKSRC}/conf/server.xml > JAR_FILE= bin/bootstrap.jar > WRKDIR?= ${WRKDIRPREFIX}${.CURDIR}/work >+PLIST_SUB+= T=${APP_HOME:S/^${PREFIX}\///} WWWOWN=${USER} WWWGRP=${GROUP} > > .include <bsd.port.pre.mk> > >Index: pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/www/jakarta-tomcat4/pkg-plist,v >retrieving revision 1.18 >diff -u -r1.18 pkg-plist >--- pkg-plist 10 Oct 2002 22:51:09 -0000 1.18 >+++ pkg-plist 26 Sep 2003 06:59:35 -0000 >@@ -960,6 +960,7 @@ > %%T%%/RELEASE-NOTES-4.0.2.txt > %%T%%/RELEASE-NOTES-4.0.2-B2.txt > man/man1/tomcat4ctl.1 >+@exec chown -R %%WWWOWN%%:%%WWWGRP%% %D/%%T%%/ > @dirrm %%T%%/logs > @dirrm %%T%%/webapps/tomcat-docs/appdev/sample/src/mypackage > @dirrm %%T%%/webapps/tomcat-docs/appdev/sample/src
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 57235
:
35459
| 35460 |
35461