IMT> On Mon, 15 Dec 2003 21:34:55 -0500
IMT> Garance A Drosihn <[EMAIL PROTECTED]> wrote:

>> At 11:41 PM +0200 12/15/03, Ion-Mihai Tetcu wrote:
>> >Hi,
>> >
>> >
>> >I have 2 identical (copy/paste) ports-supfiles on two machines:
>> >
>> >it# grep -v '#' /etc/ports-supfile
>> >*default host=cvsup.ro.FreeBSD.org
>> >*default base=/usr
>> >*default prefix=/usr
>> >*default release=cvs tag=.
>> >*default delete use-rel-suffix
>> >*default compress
>> >ports-all

try this:
cat /usr/share/examples/cvsup/ports-supfile | egrep -v "^#" | sed 
s/CHANGE_THIS/cvsup.ro/g > /home/ports-supfile
then run cvsup: cvsup -g -L 2 /home/ports-supfile

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to