Removed 'nessus' from default update set.
1 parent 5617705 commit a8815459149c0119844eb78944da698064959448
@toor toor authored on 26 Oct 2007
Showing 1 changed file
View
4
sysupd
#!/bin/sh
# Update Various System Files, Ports, etc.
# Copyright (c) 2006-2007, TundraWare Inc, Des Plaines, IL USA
# All Rights Reserved
# $Id: sysupd,v 1.111 2007/10/13 19:53:21 root Exp $
# $Id: sysupd,v 1.112 2007/10/26 15:32:23 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'
 
 
 
# ---------------- Support Functions ---------------- #