Remove previously commented explicit rsync command in mirror case.
1 parent 3d40206 commit c01cbcb8fc2001152e99ff52ced32f0aa279bf62
@root root authored on 17 Feb 2006
Showing 1 changed file
View
3
■■
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.107 2006/02/17 22:45:39 root Exp $
# $Id: sysupd,v 1.108 2006/02/17 22:57:47 root Exp $
 
 
#####
# Where To Put The Various Log Files Generated Here
###
 
mirror)
runupd $SET $DIRMIRROR "/root/bin/mirror-freebsd"
# runupd $SET $DIRMIRROR "/usr/local/bin/rsync --delete -vaz rsync://ftp13.freebsd.org:/pub/FreeBSD/ports/i386/packages-4-stable /usr1"
;;
 
 
###