| | #!/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.141 2013/03/29 19:11:41 tundra Exp $ |
---|
| | # $Id: sysupd,v 1.142 2013/03/29 19:22:50 tundra Exp $ |
---|
| | |
---|
| | |
---|
| | ##### |
---|
| | # Where To Put The Various Log Files Generated Here |
---|
| |
---|
| | #ALL='debian freebsd_doc freebsd_ports freebsd_src redhat texlive' |
---|
| | |
---|
| | # !!! |
---|
| | # !!! Edit this or the program will do nothing without CLI args |
---|
| | # |
---|
| | # !!! |
---|
| | |
---|
| | DEFAULTSETS='' |
---|
| | |
---|
| | |
---|
| |
---|
| | |