ports/150576: [patch] www/tomcat55: fix packaging/rc script and add license dialog

Jason jhelfman at e-e.com
Fri Sep 17 00:20:04 UTC 2010


The following reply was made to PR ports/150576; it has been noted by GNATS.

From: Jason <jhelfman at e-e.com>
To: bug-followup at freebsd.org
Cc:  
Subject: Re: ports/150576: [patch] www/tomcat55: fix packaging/rc script
 and add license dialog
Date: Thu, 16 Sep 2010 17:15:51 -0700

 --zYM0uCDKw75PZbzx
 Content-Type: text/plain; charset=us-ascii; format=flowed
 Content-Disposition: inline
 
 fixing another pkg permission for startup issues, this patch cat be applied
 to previous patch
 
 -jgh
 
 --zYM0uCDKw75PZbzx
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="patch.txt"
 
 Index: files/pkg-install.in
 ===================================================================
 --- files/pkg-install.in	(revision 275)
 +++ files/pkg-install.in	(working copy)
 @@ -19,6 +19,7 @@
  MKDIR="/bin/mkdir -p"
  LN="/bin/ln"
  CHOWN="/usr/sbin/chown"
 +CHMOD="/bin/chmod"
  FIND="/usr/bin/find"
  ECHO="/bin/echo"
  
 @@ -867,6 +868,7 @@
  
          ${ECHO} -n ">> Fixing ownership settings..."
          ${CHOWN} -R ${USER}:${GROUP} ${APP_HOME}/conf ${APP_HOME}/logs ${APP_HOME}/temp ${APP_HOME}/work ${APP_HOME}/webapps
 +        ${CHMOD} -R a+r ${APP_HOME}/common ${APP_HOME}/server ${APP_HOME}/bin
          ${ECHO} " [ DONE ]"
  
          ${ECHO} -n ">> Fixing permissions..."
 
 --zYM0uCDKw75PZbzx--



More information about the freebsd-ports-bugs mailing list