From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 23 15:33:39 2010 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E9091065672 for ; Tue, 23 Nov 2010 15:33:39 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from raven.customer.vol.cz (raven.customer.vol.cz [195.250.144.108]) by mx1.freebsd.org (Postfix) with ESMTP id 8F00D8FC12 for ; Tue, 23 Nov 2010 15:33:38 +0000 (UTC) Received: from pav.hide.vol.cz (nat-application.b1.lan.prg.vol.cz [195.122.204.152]) (authenticated bits=0) by raven.customer.vol.cz (8.14.3/8.14.3) with ESMTP id oANFXXBk053250 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Tue, 23 Nov 2010 16:33:35 +0100 (CET) (envelope-from pav@FreeBSD.org) Message-ID: <4CEBDECD.7020703@FreeBSD.org> Date: Tue, 23 Nov 2010 16:33:33 +0100 From: Pav Lucistnik User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.9) Gecko/20100921 Thunderbird/3.1.4 MIME-Version: 1.0 To: Corey Smith References: <201011181449.oAIEnDtA012363@freefall.freebsd.org> <1290205168.1788.170.camel@hood.oook.cz> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 195.250.144.108 X-Milter: Spamilter (Reciever: raven.customer.vol.cz; Sender-ip: 195.122.204.152; Sender-helo: pav.hide.vol.cz; ) Cc: freebsd-ports-bugs@FreeBSD.org, "bug-followup@FreeBSD.org" Subject: Re: ports/152116: [MAINTAINER UPDATE] net-mgmt/torrus: 1.0.8 to 1.0.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 15:33:39 -0000 On 2010/11/23 16:29, Corey Smith wrote: > They already are. > > # pkg_info -v torrus-1.0.9 | grep -i sample > File: etc/torrus/conf/devdiscover-siteconfig.pl.sample > File: etc/torrus/conf/email-siteconfig.pl.sample > File: etc/torrus/conf/notify-siteconfig.pl.sample > File: etc/torrus/conf/snmptrap-siteconfig.pl.sample > File: etc/torrus/conf/torrus-siteconfig.pl.sample > File: etc/torrus/xmlconfig/site-global.xml.sample > > It does the right thing if you use the package. If you install via > the port you get some leftover files because the make install copies > the files to the original name + the original name .sample if the > originals don't exist. Right, so install from package differs to install from port. You need to fix it, two ways to choose from: 1) stop port from installing original name 2) make package copy from .sample to .pl and delete on deinstall, and fix it to remove .pl if it's identical to .sample on deinstall, per http://www.freebsd.org/doc/en/books/porters-handbook/plist-config.html -- Pav Lucistnik