| | #!/bin/sh |
---|
| | # Update Various System Files, Ports, etc. |
---|
| | # Copyright (c) 2006-2012, TundraWare Inc, Des Plaines, IL USA |
---|
| | # Copyright (c) 2006-2013, TundraWare Inc, Des Plaines, IL USA |
---|
| | # All Rights Reserved |
---|
| | # $Id: sysupd,v 1.133 2012/11/26 14:18:23 toor Exp $ |
---|
| | # $Id: sysupd,v 1.134 2013/03/26 16:55:18 tundra Exp $ |
---|
| | |
---|
| | |
---|
| | ##### |
---|
| | # Where To Put The Various Log Files Generated Here |
---|
| |
---|
| | case $SET |
---|
| | in |
---|
| | |
---|
| | ### |
---|
| | # Debian Linux Updates |
---|
| | ### |
---|
| | |
---|
| | debian) |
---|
| | runupd $SET $LOGDIR "/usr/bin/apt-get -y update && /usr/bin/apt-get -y dist-upgrade && /usr/bin/apt-get -y upgrade" |
---|
| | ;; |
---|
| | |
---|
| | ### |
---|
| | # SVN Updates |
---|
| | ### |
---|
| | |
---|
| | doc | src) |
---|
| |
---|
| | |
|