| | #!/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" |
---|
| | ;; |
---|
| | |
---|
| | |
---|
| | ### |
---|
| |
---|
| | |