![]() |
|
FreeBSD General Other questions regarding FreeBSD which do not fit in any of the categories below. |
![]() |
|
Thread Tools | Display Modes |
|
|||
![]()
Hi, apoligies if this is a daft wuestion, very much feeling my way around FreeBSD currently...
I'm working through creating a cvs-supfile, using an UK mirror: # IMPORTANT: Change the next line to use one of the CVSup mirror sites # listed at http://www.freebsd.org/doc/handbook/mirrors.html. *default host=cvsup3.uk.FreeBSD.org *default base=/var/db *default prefix=/usr *default release=RELENG_7_0 *default delete use-rel-suffix My intention is to retain downloads in /usr/src and to pick updates only for 7.0 release. I've been using the handbook and also looking at hack #80 from BSD Hacks. Before I put this into use, could someone point me at any mistakes or improvements? ta |
|
|||
![]()
Your release line is wrong, and you need to specify what of the branch you want to download:
Code:
*default host=cvsup.uk.freebsd.org *default base=/var/db *default prefix=/usr *default release=cvs tag=RELENG_7_0 *default delete use-rel-suffix *default compress src-all There are examples of sup files in /usr/share/examples/cvsup |
|
|||
![]()
Ta-
I have changed the release tag to match. I already had the compress section further on in the file. I'll give it a birl. |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Default terminal color | disappearedng | FreeBSD General | 5 | 21st February 2012 01:28 AM |
how APM & ACPI duke it out to be the default | ocicat | OpenBSD General | 0 | 23rd June 2009 04:05 AM |
Default message coloration | cyril | OpenBSD Installation and Upgrading | 5 | 6th June 2009 02:13 PM |
change default font of the X | rex | FreeBSD General | 2 | 26th October 2008 05:54 PM |
Location for CVSup supfile. | bsdnewbie999 | OpenBSD General | 5 | 26th June 2008 11:32 AM |