diff --git a/sysupd b/sysupd index dc3cca6..f384723 100755 --- a/sysupd +++ b/sysupd @@ -2,7 +2,7 @@ # Update Various System Files, Ports, etc. # Copyright (c) 2006-2010, TundraWare Inc, Des Plaines, IL USA # All Rights Reserved -# $Id: sysupd,v 1.123 2010/07/11 12:58:25 toor Exp $ +# $Id: sysupd,v 1.124 2010/07/11 13:03:45 toor Exp $ ##### @@ -16,7 +16,7 @@ # List Of Sets To Process By Default ##### -DEFAULTSETS='mirror doc ports stable' +DEFAULTSETS='doc mirror ports stable' @@ -99,17 +99,11 @@ # CVSUP Updates ### - doc | stable) + doc | ports | stable) runupd $SET $DIRLOG "/usr/bin/csup -h cvsup5.freebsd.org /root/cvsup/$SET-supfile" ;; - ports) - runupd $SET $DIRLOG "/usr/bin/csup -h cvsup5.freebsd.org /root/cvsup/$SET-supfile" - runupd $SET $DIRLOG "/usr/local/sbin/portsdb -Uu" - ;; - - ### # Update The Nessus Plugins ###