Re-enable Nessus updates in the default workset.
1 parent 3855d3c commit 3890fc571273bf3d02e0e9b0d9afe3f757607281
@toor toor authored on 13 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.103 2006/02/13 17:15:38 toor Exp $
# $Id: sysupd,v 1.104 2006/02/13 17:18:49 toor Exp $
 
 
#####
# Where To Put The Various Log Files Generated Here
#####
# List Of Sets To Process By Default
#####
 
#DEFAULTSETS='mirror nessus ports stable'
DEFAULTSETS='mirror ports stable'
DEFAULTSETS='mirror nessus ports stable'
 
 
 
# ---------------- Support Functions ---------------- #