FreeBSD Bugzilla – Attachment 35459 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.49 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.49 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/www/jakarta-tomcat41/Makefile,v >retrieving revision 1.48 >diff -u -r1.48 Makefile >--- Makefile 11 Aug 2003 11:00:04 -0000 1.48 >+++ Makefile 26 Sep 2003 06:57:03 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= jakarta-tomcat > PORTVERSION= 4.1.27 >+PORTREVISION= 1 > CATEGORIES= www java > MASTER_SITES= http://www.apache.org/dist/jakarta/tomcat-4/binaries/ \ > ${MASTER_SITE_LOCAL} >@@ -24,7 +25,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:S/.//} > CONTROL_SCRIPT_NAME= ${APP_SHORTNAME}ctl >@@ -51,6 +51,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-tomcat41/pkg-plist,v >retrieving revision 1.21 >diff -u -r1.21 pkg-plist >--- pkg-plist 11 Aug 2003 11:00:04 -0000 1.21 >+++ pkg-plist 26 Sep 2003 06:57:19 -0000 >@@ -1441,6 +1441,7 @@ > %%T%%/webapps/webdav/index.html > %%T%%/webapps/webdav/tomcat-power.gif > %%T%%/webapps/webdav/tomcat.gif >+@exec chown -R %%WWWOWN%%:%%WWWGRP%% %D/%%T%%/ > @dirrm share/nls/en_US.US-ASCII > @dirrm share/nls/POSIX > @dirrm %%T%%/work
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