| | #!/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.148 2014/09/19 16:11:01 tundra Exp $ |
---|
| | # $Id: sysupd,v 1.149 2015/04/25 19:11:07 tundra Exp $ |
---|
| | |
---|
| | |
---|
| | ##### |
---|
| | # Where To Put The Various Log Files Generated Here |
---|
| |
---|
| | ;; |
---|
| | |
---|
| | |
---|
| | ### |
---|
| | # MacPorts |
---|
| | ### |
---|
| | |
---|
| | macports) |
---|
| | runupd $SET $LOGDIR "/opt/local/bin/port selfupdate && /opt/local/bin/port upgrade outdated" |
---|
| | ;; |
---|
| | |
---|
| | |
---|
| | ### |
---|
| | # RedHat YUM Updates |
---|
| | ### |
---|
| | |
---|
| | redhat) |
---|
| |
---|
| | |
|