From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jan 19 14:27:58 2005 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5154216A4CE; Wed, 19 Jan 2005 14:27:58 +0000 (GMT) Received: from gate.xbsd.org (xbsd.org [82.233.2.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB25843D41; Wed, 19 Jan 2005 14:27:57 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by gate.xbsd.org (Postfix) with ESMTP id 63FAE11983; Wed, 19 Jan 2005 15:30:33 +0100 (CET) Received: from gate.xbsd.org ([127.0.0.1]) by localhost (gate.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32151-06; Wed, 19 Jan 2005 15:30:30 +0100 (CET) Received: from [192.168.42.3] (innercity.xbsd.org [192.168.42.3]) by gate.xbsd.org (Postfix) with ESMTP id 9450611737; Wed, 19 Jan 2005 15:30:29 +0100 (CET) Message-ID: <41EE6E68.7010005@xbsd.org> Date: Wed, 19 Jan 2005 15:27:52 +0100 From: Florent Thoumie User-Agent: Mozilla Thunderbird 1.0 (X11/20050107) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pav Lucistnik References: <200501191355.j0JDt7eI015114@freefall.freebsd.org> In-Reply-To: <200501191355.j0JDt7eI015114@freefall.freebsd.org> Content-Type: multipart/mixed; boundary="------------040903080008060700030602" X-Virus-Scanned: amavisd-new at xbsd.org cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76419: Update port: net/netboot - fix packing list X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jan 2005 14:27:58 -0000 This is a multi-part message in MIME format. --------------040903080008060700030602 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Pav Lucistnik wrote: > You're sure you want to nuke people's configuration on upgrade? Actually, I think the port was already overriding configuration at install stage, but here is the new patch :) --------------040903080008060700030602 Content-Type: text/plain; name="netboot-v2.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="netboot-v2.diff" diff -ruN netboot.orig/files/patch-misc::Makefile netboot/files/patch-misc::Makefile --- netboot.orig/files/patch-misc::Makefile Thu Jan 1 01:00:00 1970 +++ netboot/files/patch-misc::Makefile Wed Jan 19 15:24:51 2005 @@ -0,0 +1,11 @@ +--- misc/Makefile.orig Wed Jan 19 15:24:01 2005 ++++ misc/Makefile Wed Jan 19 15:24:27 2005 +@@ -77,7 +77,7 @@ + $(INSTALL) -d $(sysconfdir) + $(INSTALL) -d $(nblibdir) + $(INSTALL) -d $(mandir)/man$(MANEXT) +- $(INSTALL) -m 644 -o bin -g bin $(nbconfig) $(sysconfdir)/$(nbconfig) ++ $(INSTALL) -m 644 -o bin -g bin $(nbconfig) $(sysconfdir)/$(nbconfig)-dist + $(INSTALL) -m 644 -o bin -g bin $(drivers) $(nblibdir)/$(drivers) + $(INSTALL) -m 644 -o bin -g bin netboot.man $(mandir)/man$(MANEXT)/netboot.$(MANEXT) + $(INSTALL) -m 644 -o bin -g bin $(nbconfig).man $(mandir)/man$(MANEXT)/$(nbconfig).$(MANEXT) diff -ruN netboot.orig/pkg-plist netboot/pkg-plist --- netboot.orig/pkg-plist Wed Jan 19 15:10:40 2005 +++ netboot/pkg-plist Wed Jan 19 15:10:20 2005 @@ -2,6 +2,7 @@ bin/mknbi-dos bin/mknbi-linux bin/mknbi-mgl +etc/netboot.config-dist lib/netboot/netboot.drivers lib/netboot/binaries/floppy.bin lib/netboot/binaries/floppy86.bin --------------040903080008060700030602--