| | #!/bin/sh |
---|
| | # Update Various System Files, Ports, etc. |
---|
| | # Copyright (c) 2006-2012, TundraWare Inc, Des Plaines, IL USA |
---|
| | # All Rights Reserved |
---|
| | # $Id: sysupd,v 1.131 2012/11/18 15:43:08 toor Exp $ |
---|
| | # $Id: sysupd,v 1.132 2012/11/26 01:01:53 toor Exp $ |
---|
| | |
---|
| | |
---|
| | ##### |
---|
| | # Where To Put The Various Log Files Generated Here |
---|
| |
---|
| | # Ports Updates |
---|
| | ### |
---|
| | |
---|
| | ports) |
---|
| | runupd $SET $LOGDIR "/usr/sbin/portsnap update" |
---|
| | runupd $SET $LOGDIR "/usr/sbin/portsnap fetch update" |
---|
| | ;; |
---|
| | |
---|
| | |
---|
| | ### |
---|
| |
---|
| | |