prepare to upload
[debian/amanda] / changer-src / chg-mcutil.sh
index 16b56f10ab00cefe7ad52f577eee589252c6ce25..51c59847c6aa9e14025ff3fa3c4ae110b5c435f5 100644 (file)
@@ -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