diff --git a/tconfigfiles b/tconfigfiles index b9d798d..6ccb0a3 100755 --- a/tconfigfiles +++ b/tconfigfiles @@ -1,8 +1,8 @@ #!/bin/sh # tconfigfiles - Manage Configuration Files -# Copyright (c) 2007-2008 TundraWare Inc., Des Plaines, IL USA +# Copyright (c) 2007-2013 TundraWare Inc., Des Plaines, IL USA # All Rights Reserved -# $Id: tconfigfiles,v 1.110 2013/02/13 00:46:08 tundra Exp $ +# $Id: tconfigfiles,v 1.111 2013/02/13 02:44:04 tundra Exp $ ARCHIVES=archives @@ -17,7 +17,7 @@ "cfarchive") # Make archival copy of current tree - timestamp=`date "+%Y-%m-%d-%H:%M:%S"` + timestamp=`date "+%Y-%m-%d-%H%M%S"` cd $BASE/../ MACHNAME=`uname -n` archdir=$MACHNAME-$CFTREE-$timestamp @@ -46,6 +46,12 @@ done ;; + tconfigfiles) + INSTALLDIR=`dirname $0` + ln -s $0 $INSTALLDIR/cfarchive + ln -s $0 $INSTALLDIR/cfbku + ln -s $0 $INSTALLDIR/cfinstall + ;; *) echo "Unknown Command ===> $CMD"