From owner-freebsd-java@FreeBSD.ORG Wed Dec 22 12:40:17 2004 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D474A16A4CE for ; Wed, 22 Dec 2004 12:40:17 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9DA043D4C for ; Wed, 22 Dec 2004 12:40:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBMCeHKM061931 for ; Wed, 22 Dec 2004 12:40:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBMCeHX5061930; Wed, 22 Dec 2004 12:40:17 GMT (envelope-from gnats) Date: Wed, 22 Dec 2004 12:40:17 GMT Message-Id: <200412221240.iBMCeHX5061930@freefall.freebsd.org> To: freebsd-java@FreeBSD.org From: Herve Quiroz Subject: Re: ports/75348: Tomcat port overwrites server.xml config file X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Herve Quiroz List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Dec 2004 12:40:17 -0000 The following reply was made to PR ports/75348; it has been noted by GNATS. From: Herve Quiroz To: Jiri Novak Cc: freebsd-gnats-submit@freebsd.org, Kang Liu Subject: Re: ports/75348: Tomcat port overwrites server.xml config file Date: Wed, 22 Dec 2004 13:37:02 +0100 On Wed, Dec 22, 2004 at 09:10:56AM +0100, Jiri Novak wrote: > As I wrote in my mail to Kang Liu, I did portupgrade -a on the system > which resulted in overwritten config files. I don't exactly know what > happened during build of tomcat, because some other ports was updated > too and I didn't "script" the upgrade session (stupid of me, I know). Jiri, I think I understand what happened. In fact all previous versions of the port were removing the configuration files when removing the port. From pkg-plist, revision 1.13: %%T%%/conf/catalina.policy %%T%%/conf/catalina.properties %%T%%/conf/jk2.properties %%T%%/conf/server-minimal.xml %%T%%/conf/server.xml %%T%%/conf/tomcat-users.xml %%T%%/conf/web.xml So that's not a problem related to the new version of the port but rather something we fixed. From now, your configuration files will not be deleted. Herve