diff --git a/sysupd b/sysupd index a80e286..0cb6dda 100755 --- a/sysupd +++ b/sysupd @@ -2,7 +2,7 @@ # Update Various System Files, Ports, etc. # Copyright (c) 2006-2008, TundraWare Inc, Des Plaines, IL USA # All Rights Reserved -# $Id: sysupd,v 1.114 2008/01/09 20:51:34 root Exp $ +# $Id: sysupd,v 1.115 2008/03/02 00:49:55 root Exp $ ##### @@ -18,7 +18,7 @@ # List Of Sets To Process By Default ##### -DEFAULTSETS='mirror ports stable' +DEFAULTSETS='mirror ports stable6 stable7' @@ -114,7 +114,7 @@ runupd $SET $DIRCVS "/usr/local/bin/cvsup -h cvsup4.freebsd.org -g /root/cvsup/$SET-supfile" ;; - stable) + stable6 | stable7) runupd $SET $DIRCVS "/usr/local/bin/cvsup -h cvsup5.freebsd.org -g /root/cvsup/$SET-supfile" ;;