Updated copyright. Minor formatting fix.
1 parent 723ea9f commit ed488b25102c901794d7af24e706632c9a5da428
@toor toor authored on 18 Nov 2012
Showing 1 changed file
View
5
sysupd
#!/bin/sh
# Update Various System Files, Ports, etc.
# Copyright (c) 2006-2010, TundraWare Inc, Des Plaines, IL USA
# Copyright (c) 2006-2012, TundraWare Inc, Des Plaines, IL USA
# All Rights Reserved
# $Id: sysupd,v 1.129 2012/11/18 14:42:06 toor Exp $
# $Id: sysupd,v 1.130 2012/11/18 14:42:36 toor Exp $
 
 
#####
# Where To Put The Various Log Files Generated Here
# List Of Sets To Process By Default
#####
 
DEFAULTSETS='doc ports src texlive'
 
 
 
# ---------------- Support Functions ---------------- #