| | #!/bin/sh |
---|
| | # Update Various System Files, Ports, etc. |
---|
| | # Copyright (c) 2006, TundraWare Inc, Des Plaines, IL USA |
---|
| | # Copyright (c) 2006-2007, TundraWare Inc, Des Plaines, IL USA |
---|
| | # All Rights Reserved |
---|
| | # $Id: sysupd,v 1.110 2006/11/30 08:51:15 root Exp $ |
---|
| | # $Id: sysupd,v 1.111 2007/10/13 19:53:21 root Exp $ |
---|
| | |
---|
| | |
---|
| | ##### |
---|
| | # Where To Put The Various Log Files Generated Here |
---|
| |
---|
| | # Command line args override default set |
---|
| | ##### |
---|
| | |
---|
| | |
---|
| | if [ $*_ = _ ] |
---|
| | if [ "$*"_ = _ ] |
---|
| | then |
---|
| | SETS=$DEFAULTSETS |
---|
| | else |
---|
| | SETS=$* |
---|
| |
---|
| | |
|