Gerard
04-20-2006, 07:27 AM
Tim,
Would it possible to add an extra field/dropdown list to the PC-BSD System Configurations that lets you specify your local cvsub server. In my case cvsup.uk.freebsd.org - fetching the source locally goes a lot faster.
Or maybe build in something like this, so pcbsd connects to the closest mirror:
if SERVER=`fastest_cvsup -q -c uk`
then
cvsup -L2 -h $SERVER /root/ports-subfile
--Gerard
Would it possible to add an extra field/dropdown list to the PC-BSD System Configurations that lets you specify your local cvsub server. In my case cvsup.uk.freebsd.org - fetching the source locally goes a lot faster.
Or maybe build in something like this, so pcbsd connects to the closest mirror:
if SERVER=`fastest_cvsup -q -c uk`
then
cvsup -L2 -h $SERVER /root/ports-subfile
--Gerard