diff --git a/sysupd b/sysupd index 0cb6dda..88dfb84 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.115 2008/03/02 00:49:55 root Exp $ +# $Id: sysupd,v 1.116 2008/03/02 01:19:06 root Exp $ ##### @@ -18,7 +18,7 @@ # List Of Sets To Process By Default ##### -DEFAULTSETS='mirror ports stable6 stable7' +DEFAULTSETS='mirror ports stable' @@ -114,7 +114,7 @@ runupd $SET $DIRCVS "/usr/local/bin/cvsup -h cvsup4.freebsd.org -g /root/cvsup/$SET-supfile" ;; - stable6 | stable7) + stable) runupd $SET $DIRCVS "/usr/local/bin/cvsup -h cvsup5.freebsd.org -g /root/cvsup/$SET-supfile" ;;