diff --git a/sysupd b/sysupd index 1495ac6..0339a87 100755 --- a/sysupd +++ b/sysupd @@ -2,7 +2,7 @@ # Update Various System Files, Ports, etc. # Copyright (c) 2006-2012, TundraWare Inc, Des Plaines, IL USA # All Rights Reserved -# $Id: sysupd,v 1.130 2012/11/18 14:42:36 toor Exp $ +# $Id: sysupd,v 1.131 2012/11/18 15:43:08 toor Exp $ ##### @@ -86,15 +86,24 @@ in ### - # CVSUP Updates + # SVN Updates ### - doc | ports | src) + doc | src) runupd $SET $LOGDIR "/usr/local/bin/svn update /usr/${SET}" ;; ### + # Ports Updates + ### + + ports) + runupd $SET $LOGDIR "/usr/sbin/portsnap update" + ;; + + + ### # Update TeX Live ###