Summary: Added MacPorts stanza.
1 parent 756961d commit 18d6af45d047fb1fc02532686a7a63e844029451
@tundra tundra authored on 25 Apr 2015
Showing 1 changed file
View
11
sysupd
#!/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)