From owner-freebsd-ports Wed Mar 12 1: 2:25 2003 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E62237B401 for ; Wed, 12 Mar 2003 01:02:24 -0800 (PST) Received: from murphy.planlos.de (murphy.planlos.de [213.73.92.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F3DC43FB1 for ; Wed, 12 Mar 2003 01:02:20 -0800 (PST) (envelope-from frank@altpeter.de) Received: from murphy.planlos.de (racoon@murphy.planlos.de [213.73.92.60]) by murphy.planlos.de (8.12.6/8.12.6) with ESMTP id h2C912pN019125 for ; Wed, 12 Mar 2003 10:02:19 +0100 (CET) (envelope-from frank@altpeter.de) Received: (from freddy@localhost) by murphy.planlos.de (8.12.6/8.12.6/Submit) id h2C90xhs019124 for ports@FreeBSD.org; Wed, 12 Mar 2003 10:00:59 +0100 (CET) X-Authentication-Warning: murphy.planlos.de: freddy set sender to frank@altpeter.de using -f Date: Wed, 12 Mar 2003 10:00:59 +0100 From: Frank Altpeter To: ports@FreeBSD.org Subject: Port devel/cvsd does overwrite config Message-ID: <20030312090059.GB11465@murphy.planlos.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-No-Archive: yes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hello! After just rebooting my server, i detected that my cvs server wasn't responding anymore. After some checks i found out, that the configuration file /usr/local/etc/cvsd/cvsd.conf has been replaced by the port after a recent portupgrade with the default version. Since the file has been customized by me, it wasn't able to run correctly anymore, of course. It seems that the check in the 'install-configfile' target of the source Makefile fails, because it _should_ install the above file only if it isn't present (if [ ! -f $(DESTDIR)$(CONFIGFILE) ]; then $(INSTALL_DATA) cvsd.conf-dist $(DESTDIR)$(CONFIGFILE);) Could the devel/cvsd maintainer please have a look into this or forward this to the appropriate person? With kind regards, Frank Altpeter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message