| | #!/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` |
---|
| | |
---|
| |
---|
| | |