Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jan 2005 15:27:52 +0100
From:      Florent Thoumie <flz@xbsd.org>
To:        Pav Lucistnik <pav@FreeBSD.org>
Cc:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/76419: Update port: net/netboot - fix packing list
Message-ID:  <41EE6E68.7010005@xbsd.org>
In-Reply-To: <200501191355.j0JDt7eI015114@freefall.freebsd.org>
References:  <200501191355.j0JDt7eI015114@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41EE6E68.7010005>