X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=changer-src%2Fchg-mcutil.sh;h=51c59847c6aa9e14025ff3fa3c4ae110b5c435f5;hb=c88ee0799dbba0d855be48a5c148c4586400b142;hp=16b56f10ab00cefe7ad52f577eee589252c6ce25;hpb=6ba576375c19b829b2a13dbe6562eedd2716b9ea;p=debian%2Famanda diff --git a/changer-src/chg-mcutil.sh b/changer-src/chg-mcutil.sh index 16b56f1..51c5984 100644 --- a/changer-src/chg-mcutil.sh +++ b/changer-src/chg-mcutil.sh @@ -36,21 +36,11 @@ PATH="$PATH:/usr/sbin:/sbin:/usr/ucb" export PATH -# -# Define Suffix for amanda binaries -# -USE_VERSION_SUFFIXES="@USE_VERSION_SUFFIXES@" -if test "$USE_VERSION_SUFFIXES" = "yes"; then - SUF="-@VERSION@" -else - SUF= -fi - # # Load configuration data from the config file # -ourconf=`amgetconf$SUF changerfile` +ourconf=`amgetconf changerfile` myname=$0 @@ -271,7 +261,9 @@ current=`cat $currentslot` # Start logging to $logfile -echo "\n\n==== `date` ====" >> $logfile +echo >> $logfile +echo >> $logfile +echo "==== `date` ====" >> $logfile echo `_ 'Command Line ->'` $myname $@ >> $logfile