Clicking on Terminal crashes XFCE4

Warren Block wblock at wonkity.com
Tue Mar 24 14:33:45 PDT 2009


On Wed, 25 Mar 2009, Manish Jain wrote:
> However, I would still greatly appreciate it if somebody could send me 
> an sh/bash script or command that would demonstrate how to use cvsup 
> to keep my ports directory up2date. Using cvs is one area which, 
> thanks to my Linux heritage, is best rated as ERROR_NONE

Use csup:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html

I use portupgrade, although many like portmaster instead.  Here's how I 
update ports and check what's outdated:

#!/bin/sh
/usr/bin/csup -4 /root/ports-supfile &&
portsdb -Fu &&
portversion -vL=

-Warren Block * Rapid City, South Dakota USA


More information about the freebsd-questions mailing list