Backed out separate -6 -7 source tree downoads.
1 parent 5ad7e4f commit 0320ec1f973aa47cb8dbc11a8e5ed83e21ad3927
@root root authored on 1 Mar 2008
Showing 1 changed file
View
6
sysupd
#!/bin/sh
# 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 $
 
 
#####
# Where To Put The Various Log Files Generated Here
#####
# List Of Sets To Process By Default
#####
 
DEFAULTSETS='mirror ports stable6 stable7'
DEFAULTSETS='mirror ports stable'
 
 
 
# ---------------- Support Functions ---------------- #
ports)
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"
;;
 
*)