]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/copy-testa-confs
Add new more stringent maxvol2 test
[bacula/bacula] / regress / scripts / copy-testa-confs
index 0574b9a63830735bdfb9e94c17a7526b50efcbeb..46116b9f900a9647234c9da082e2f8301dab0f40 100755 (executable)
@@ -2,4 +2,10 @@
 /bin/cp -f scripts/testa-bacula-dir.conf bin/bacula-dir.conf
 /bin/cp -f scripts/test-bacula-sd.conf bin/bacula-sd.conf
 /bin/cp -f scripts/test-bacula-fd.conf bin/bacula-fd.conf
-/bin/cp -f scripts/test-console.conf bin/console.conf
+/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 test x`uname` = xFreeBSD ; then
+   cp -f scripts/freebsd_tape_options bin/tape_options
+fi