Added ability to define default sets from $SYSUPD environment variable.
1 parent ce96e35 commit 8a5acec7ee1fb80eb974c19ebdf29d9555891e53
@tundra tundra authored on 31 Mar 2013
Showing 1 changed file
View
4
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.142 2013/03/29 19:22:50 tundra Exp $
# $Id: sysupd,v 1.143 2013/04/01 03:15:23 tundra Exp $
 
 
#####
# Where To Put The Various Log Files Generated Here
# !!!
# !!! Edit this or the program will do nothing without CLI args
# !!!
 
DEFAULTSETS=''
DEFAULTSETS=${SYSUPD:-""} # Allow setting this from the environment
 
 
# ---------------- Support Functions ---------------- #