diff --git a/tconfigfiles b/tconfigfiles index ccd08cb..e83e34d 100755 --- a/tconfigfiles +++ b/tconfigfiles @@ -2,7 +2,7 @@ # tconfigfiles - Manage Configuration Files # Copyright (c) 2007-2013 TundraWare Inc., Des Plaines, IL USA # All Rights Reserved -# $Id: tconfigfiles,v 1.112 2013/02/13 02:50:16 tundra Exp $ +# $Id: tconfigfiles,v 1.113 2013/02/13 03:11:50 tundra Exp $ ARCHIVES=archives @@ -19,7 +19,7 @@ "cfarchive") # Make archival copy of current tree timestamp=`date "+%Y-%m-%d-%H%M%S"` cd $BASE/../ - MACHNAME=`uname -n` + MACHNAME=`hostname -f` archdir=$MACHNAME-$CFTREE-$timestamp cp -pvR $CFTREE $archdir mkdir -p $ARCHIVES