Changed directory names for configuration tree and archives.
1 parent 0d29ecb commit 9d320612b83a80a8790feb702cc39243c2a84930
@root root authored on 10 Sep 2007
Showing 1 changed file
View
6
tconfigfiles
#!/bin/sh
# tconfigfiles - Manage Configuration Files
# Copyright (c) 2007 TundraWare Inc., Des Plaines, IL USA
# All Rights Reserved
# $Id: tconfigfiles,v 1.106 2007/08/04 07:28:31 root Exp $
# $Id: tconfigfiles,v 1.107 2007/09/10 20:01:14 root Exp $
 
 
ARCHIVES=configarchives
CFTREE=configtree
ARCHIVES=archives
CFTREE=tree
SBASE="\/root\/sysgen\/$CFTREE"
BASE=`echo $SBASE | sed s/\\\\\\\\//g`
CMD=`basename $0`