git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7225
91ce42f0-d328-0410-95d8-
f526ca767f89
sed -f ${outf} tmp/1 >bin/bacula-dir.conf
# get proper SD tape definitions
-cp -f scripts/linux_tape_options bin/tape_options
+if [ x$USE_VTAPE = xyes ]; then
+ cp -f scripts/vtape_tape_options bin/tape_options
+else
+ cp -f scripts/linux_tape_options bin/tape_options
+fi
if test x`uname` = xFreeBSD ; then
cp -f scripts/freebsd_tape_options bin/tape_options
fi
/bin/cp -f scripts/test-console.conf bin/bconsole.conf
# get proper SD tape definitions
-cp -f scripts/linux_tape_options bin/tape_options
+if [ x$USE_VTAPE = xyes ]; then
+ cp -f scripts/vtape_tape_options bin/tape_options
+else
+ cp -f scripts/linux_tape_options bin/tape_options
+fi
if test x`uname` = xFreeBSD ; then
cp -f scripts/freebsd_tape_options bin/tape_options
fi
--- /dev/null
+DeviceType = Vtape