Added support to download both 6.x and 7.x source trees.
1 parent f8d3584 commit 5ad7e4f8868931511620996a47038e6c8089c57a
@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.114 2008/01/09 20:51:34 root Exp $
# $Id: sysupd,v 1.115 2008/03/02 00:49:55 root Exp $
 
 
#####
# Where To Put The Various Log Files Generated Here
#####
# List Of Sets To Process By Default
#####
 
DEFAULTSETS='mirror ports stable'
DEFAULTSETS='mirror ports stable6 stable7'
 
 
 
# ---------------- Support Functions ---------------- #
ports)
runupd $SET $DIRCVS "/usr/local/bin/cvsup -h cvsup4.freebsd.org -g /root/cvsup/$SET-supfile"
;;
 
stable)
stable6 | stable7)
runupd $SET $DIRCVS "/usr/local/bin/cvsup -h cvsup5.freebsd.org -g /root/cvsup/$SET-supfile"
;;
 
*)