Changed server for ports updates.
1 parent 4bf33e3 commit a0a160348a9380f86097db6fe9b072c60309266f
@root root authored on 30 Nov 2006
Showing 1 changed file
View
4
sysupd
#!/bin/sh
# Update Various System Files, Ports, etc.
# Copyright (c) 2006, TundraWare Inc, Des Plaines, IL USA
# All Rights Reserved
# $Id: sysupd,v 1.109 2006/06/03 05:22:36 toor Exp $
# $Id: sysupd,v 1.110 2006/11/30 08:51:15 root Exp $
 
 
#####
# Where To Put The Various Log Files Generated Here
# CVSUP Updates
###
 
ports)
runupd $SET $DIRCVS "/usr/local/bin/cvsup -h cvsup6.freebsd.org -g /root/cvsup/$SET-supfile"
runupd $SET $DIRCVS "/usr/local/bin/cvsup -h cvsup4.freebsd.org -g /root/cvsup/$SET-supfile"
;;
 
stable)
runupd $SET $DIRCVS "/usr/local/bin/cvsup -h cvsup5.freebsd.org -g /root/cvsup/$SET-supfile"