ports/75348: Tomcat port overwrites server.xml config file

Kang Liu liukang at bjut.edu.cn
Tue Dec 21 09:40:30 PST 2004


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

From: "Kang Liu" <liukang at bjut.edu.cn>
To: <freebsd-gnats-submit at FreeBSD.org>
Cc:  
Subject: Re: ports/75348: Tomcat port overwrites server.xml config file
Date: Wed, 22 Dec 2004 01:31:07 +0800

 Could you please show me the steps to repeat the problem?
 I think all config files have been checked in the Makefile:
 
 	@(cd ${WRKSRC};${FIND} conf -type f | ${SED} -e '/${CONF_EXT}/d') \
 		| while read a; do \
 			${MV} ${WRKSRC}/$$a ${WRKSRC}/$$a.${CONF_EXT}; \
 			if [ ! -e "${APP_HOME}/$$a" ]; then \
 				${ECHO_MSG} "	Installing local configuration file: ${APP_HOME}/$$a"; \
 				${CP} ${WRKSRC}/$$a.${CONF_EXT} ${WRKSRC}/$$a; \
 			else \
 				${ECHO_MSG} "	Preserving local configuration file: ${APP_HOME}/$$a"; \
 			fi; \
 		done
 
 


More information about the freebsd-java mailing list