Changed to cvsup5 server.
1 parent 210dd6b commit dac352ac5c2a8ba421f63507df73c6b7c0d774af
@toor toor authored on 26 Jun 2010
Showing 1 changed file
View
4
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.121 2010/06/27 00:42:15 toor Exp $
# $Id: sysupd,v 1.122 2010/06/27 00:54:25 toor Exp $
 
 
#####
# Where To Put The Various Log Files Generated Here
# CVSUP Updates
###
 
doc | ports | stable)
runupd $SET $DIRLOG "/usr/bin/csup -h cvsup4.freebsd.org /root/cvsup/$SET-supfile"
runupd $SET $DIRLOG "/usr/bin/csup -h cvsup5.freebsd.org /root/cvsup/$SET-supfile"
;;
 
 
#####