]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Update to support faketape driver
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 8 May 2008 19:58:25 +0000 (19:58 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 8 May 2008 19:58:25 +0000 (19:58 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6920 91ce42f0-d328-0410-95d8-f526ca767f89

regress/prototype.conf
regress/scripts/regress-config

index 42155247a64387d4f53822ed02cd6cf3dc3b4184..4e6638e9c2b8075ff39cf175cefa3a5bba7a9bcd 100644 (file)
@@ -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"
 
index 5b589bd68f437a04ab6f52bdafc610bc7bbac84f..c9823b750aed36a17ca1399691711b6aaaa62eff 100755 (executable)
@@ -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} \