Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Apr 2002 14:30:32 -0700
From:      will@csociety.org
To:        Murray Stokely <murray@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/usr.sbin/sysinstall index.c
Message-ID:  <20020413213032.GA641@freebsdmall.com>
In-Reply-To: <20020413184755.GB71498@squall.waterspout.com>
References:  <200204131300.g3DD0hq82632@freefall.freebsd.org> <20020413184755.GB71498@squall.waterspout.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Apr 13, 2002 at 01:47:55PM -0500, Will Andrews wrote:
> Nice work, Murray.  Is there a ports side of things, or is this
> an in-house feature?

  The only additional step to the current package split procedure is
to take the INDEX file for each disc, add '|N' to the end of each
line, where 'N' is the volume number.  Then the INDEX for each disc is
concatenated into one master INDEX so that each disc has an index with
all of the packages on all of the volumes -- instead of only the
packages for the current volume.

  This isn't something that can or should be added to bsd.port.mk or
anything.  It is just a 1 line sed script and a cat(1) command -- it
might be something to tack on to the end of Steve's package split
scripts.  This is one example of where it makes sense for the INDEX on
a CDROM to slightly diverge from the INDEX created by "make index" in
the ports tree.

       - Murray

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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