Removed automatic rebuild of index after a ports CVS update.
1 parent c01cbcb commit 4bf33e30ccbe859f9ec54723ee63b8a23d0a3ba4
@toor toor authored on 3 Jun 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.108 2006/02/17 22:57:47 root Exp $
# $Id: sysupd,v 1.109 2006/06/03 05:22:36 toor 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 && cd /usr/ports && make index"
runupd $SET $DIRCVS "/usr/local/bin/cvsup -h cvsup6.freebsd.org -g /root/cvsup/$SET-supfile"
;;
 
stable)
runupd $SET $DIRCVS "/usr/local/bin/cvsup -h cvsup5.freebsd.org -g /root/cvsup/$SET-supfile"