X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Fscripts%2Fcopy-testa-confs;h=46116b9f900a9647234c9da082e2f8301dab0f40;hb=7ec6a7e8c7b6908e321883b18dbc64e244bc282a;hp=0574b9a63830735bdfb9e94c17a7526b50efcbeb;hpb=2553d1905ea8a76cd9d9a6a0a8c6e48c8d8c0dab;p=bacula%2Fbacula diff --git a/regress/scripts/copy-testa-confs b/regress/scripts/copy-testa-confs index 0574b9a638..46116b9f90 100755 --- a/regress/scripts/copy-testa-confs +++ b/regress/scripts/copy-testa-confs @@ -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