Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Sep 2010 00:20:04 GMT
From:      Jason <jhelfman@e-e.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/150576: [patch] www/tomcat55: fix packaging/rc script and add license dialog
Message-ID:  <201009170020.o8H0K4ow060785@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/150576; it has been noted by GNATS.

From: Jason <jhelfman@e-e.com>
To: bug-followup@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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009170020.o8H0K4ow060785>