Corrected mirror option to use DIRMIRROR instead of DIRCVS.
1 parent 3890fc5 commit 834317714ea408dce0aea6f605a62cef9112ac24
@toor toor authored on 16 Feb 2006
Showing 1 changed file
View
6
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.104 2006/02/13 17:18:49 toor Exp $
# $Id: sysupd,v 1.105 2006/02/16 16:16:56 toor Exp $
 
 
#####
# Where To Put The Various Log Files Generated Here
# Update Mirrored FreeBSD Files
###
 
mirror)
runupd $SET $DIRCVS "/root/bin/mirror-freebsd"
runupd $SET $DIRMIRROR "/root/bin/mirror-freebsd"
;;
 
 
###
# Update The Nessus Plugins
###
 
nessus)
runupd $SET $DIRNESSUS "/usr/local/sbin/nessus-update-plugins -v"
runupd $SET $DIRNESSUS "/usr/local/sbin/nessus-update-plugins"
;;
 
 
###