X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=changer-src%2Fchg-mcutil.sh;h=51c59847c6aa9e14025ff3fa3c4ae110b5c435f5;hb=d5853102f67d85d8e169f9dbe973ad573306c215;hp=052619f955e8c96463521611aa369c9d2fe3cbeb;hpb=b93e5b5a13be7e970bc333acbe885f5b518300e1;p=debian%2Famanda diff --git a/changer-src/chg-mcutil.sh b/changer-src/chg-mcutil.sh index 052619f..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