| | #!/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.137 2013/03/26 17:20:26 tundra Exp $ |
---|
| | # $Id: sysupd,v 1.138 2013/03/26 17:24:03 tundra Exp $ |
---|
| | |
---|
| | |
---|
| | ##### |
---|
| | # Where To Put The Various Log Files Generated Here |
---|
| |
---|
| | ##### |
---|
| | |
---|
| | #ALL='debian freebsd_doc freebsd_ports freebsd_src texlive' |
---|
| | |
---|
| | # !!! |
---|
| | # !!! Uncomment and edit this or the script will do nothing with CLI args |
---|
| | # !!! |
---|
| | |
---|
| | DEFAULTSETS='freebsd_doc freebsd_ports freebsd_src texlive' |
---|
| | |
---|
| | #DEFAULTSETS='freebsd_doc freebsd_ports freebsd_src texlive' |
---|
| | |
---|
| | |
---|
| | # ---------------- Support Functions ---------------- # |
---|
| | |
---|
| |
---|
| | |