Got rid of ports index build here and put ports back into common stanza.
1 parent 3d71ad7 commit dfeda0b052f2fd5db0988a89f3c18efb97d72bc8
@toor toor authored on 11 Jul 2010
Showing 1 changed file
View
12
sysupd
#!/bin/sh
# 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 $
 
 
#####
# Where To Put The Various Log Files Generated Here
#####
# List Of Sets To Process By Default
#####
 
DEFAULTSETS='mirror doc ports stable'
DEFAULTSETS='doc mirror ports stable'
 
 
 
# ---------------- Support Functions ---------------- #
###
# 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"
;;
 
 
###