[prev in list] [next in list] [prev in thread] [next in thread] 

List:       freebsd-java
Subject:    Re: ports/75348: Tomcat port overwrites server.xml config file
From:       "Kang Liu" <liukang () bjut ! edu ! cn>
Date:       2004-12-21 17:40:30
Message-ID: 200412211740.iBLHeUcw090127 () freefall ! freebsd ! org
[Download RAW message or body]

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

From: "Kang Liu" <liukang@bjut.edu.cn>
To: <freebsd-gnats-submit@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
 
 
_______________________________________________
freebsd-java@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java
To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org"
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic