]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/copy-test-confs
Updates
[bacula/bacula] / regress / scripts / copy-test-confs
index 61b120f61035d606f8f7563cc2ece09558da5f12..5552c77116fc09889ff5067b8be6b6864a908fb1 100755 (executable)
@@ -3,3 +3,9 @@
 /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/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