| | #!/bin/sh |
---|
| | # Update Various System Files, Ports, etc. |
---|
| | # Copyright (c) 2006-2013, TundraWare Inc, Des Plaines, IL USA |
---|
| | # All Rights Reserved |
---|
| | # $Id: sysupd,v 1.142 2013/03/29 19:22:50 tundra Exp $ |
---|
| | # $Id: sysupd,v 1.143 2013/04/01 03:15:23 tundra Exp $ |
---|
| | |
---|
| | |
---|
| | ##### |
---|
| | # Where To Put The Various Log Files Generated Here |
---|
| |
---|
| | # !!! |
---|
| | # !!! Edit this or the program will do nothing without CLI args |
---|
| | # !!! |
---|
| | |
---|
| | DEFAULTSETS='' |
---|
| | DEFAULTSETS=${SYSUPD:-""} # Allow setting this from the environment |
---|
| | |
---|
| | |
---|
| | # ---------------- Support Functions ---------------- # |
---|
| | |
---|
| |
---|
| | |