]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/copy-confs
If BASEPORT is not already set, assign it to 8101
[bacula/bacula] / regress / scripts / copy-confs
index ee77a34c595231f3f2d54645bd2807af6b407b4d..c12a20a359a81e0f5de970745b87d6bcb46d1376 100755 (executable)
@@ -2,4 +2,10 @@
 /bin/cp -f scripts/bacula-dir.conf bin/bacula-dir.conf
 /bin/cp -f scripts/bacula-sd.conf bin/bacula-sd.conf
 /bin/cp -f scripts/bacula-fd.conf bin/bacula-fd.conf
-/bin/cp -f scripts/console.conf bin/console.conf
+/bin/cp -f scripts/bconsole.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