Date: Tue, 21 Dec 2004 17:40:30 GMT From: "Kang Liu" <liukang@bjut.edu.cn> To: freebsd-java@FreeBSD.org Subject: Re: ports/75348: Tomcat port overwrites server.xml config file Message-ID: <200412211740.iBLHeUcw090127@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412211740.iBLHeUcw090127>