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