Showing posts with label freebsd. Show all posts
Showing posts with label freebsd. Show all posts

Wednesday, September 13, 2006

how to update ports on freebsd (better way)

first get cvsup_fastest

then make a script

#!/bin/sh
cvsup -gL2 -h`cvsup_fastest -Q -c us` /usr/share/examples/cvsup/ports-supfile



cron this or whatever

Tuesday, May 09, 2006