Commented out DEFAULTSETS so script does nothing unless run with CLI
args or DEFAULTSETS modified on OS-specific basis by installer.
1 parent 20e6bcc commit 6d30358829fc91f5f2ed37e88a22e502fc854332
@tundra tundra authored on 26 Mar 2013
Showing 1 changed file
View
9
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.137 2013/03/26 17:20:26 tundra Exp $
# $Id: sysupd,v 1.138 2013/03/26 17:24:03 tundra Exp $
 
 
#####
# Where To Put The Various Log Files Generated Here
#####
 
#ALL='debian freebsd_doc freebsd_ports freebsd_src texlive'
 
# !!!
# !!! Uncomment and edit this or the script will do nothing with CLI args
# !!!
 
DEFAULTSETS='freebsd_doc freebsd_ports freebsd_src texlive'
 
#DEFAULTSETS='freebsd_doc freebsd_ports freebsd_src texlive'
 
 
# ---------------- Support Functions ---------------- #