From: Eric Bollengier Date: Thu, 8 May 2008 19:58:25 +0000 (+0000) Subject: ebl Update to support faketape driver X-Git-Tag: Release-7.0.0~4626 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ef03f877b1ff24233766a62bea9cee8d6e2d2621;p=bacula%2Fbacula ebl Update to support faketape driver git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6920 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/prototype.conf b/regress/prototype.conf index 42155247a6..4e6638e9c2 100644 --- a/regress/prototype.conf +++ b/regress/prototype.conf @@ -33,7 +33,7 @@ SLOT2=2 TAPE_DRIVE1="/dev/null" # Set this if you are using fake tape driver -#USE_FAKETAPE=yes +#USE_FAKETAPE=--enable-faketape # This must be the path to the autochanger including its name AUTOCHANGER_PATH="/usr/sbin/mtx" @@ -47,9 +47,6 @@ WHICHDB="--with-mysql" # Set this if you use libdbi framework #LIBDBI="dbdriver = "dbi:postgresql"; dbaddress = 127.0.0.1; dbport = 5432" -# Set this if you use fake tape driver -#USE_FAKETAPE=yes - # Set this to "--with-tcp-wrappers" or "--without-tcp-wrappers" TCPWRAPPERS="--with-tcp-wrappers" diff --git a/regress/scripts/regress-config b/regress/scripts/regress-config index 5b589bd68f..c9823b750a 100755 --- a/regress/scripts/regress-config +++ b/regress/scripts/regress-config @@ -21,6 +21,7 @@ CFLAGS="-g -O2 -Wall" \ --with-smtp-host=${SMTP_HOST} \ --with-db-name=regress \ --with-db-user=regress \ + ${USE_FAKETAPE} \ ${OPENSSL} \ ${TCPWRAPPERS} \ ${WHICHDB} \