]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/set_tape_options
update configure
[bacula/bacula] / regress / scripts / set_tape_options
index 56afa4f35b2273536411c5577e1c091d74f6f221..3681aceccf9be2812a6d260d9ca8b66c93d32c95 100755 (executable)
@@ -1,10 +1,10 @@
 #!/bin/sh 
 . scripts/functions
 # get proper SD tape definitions
-cp -f ${rscripts}/linux_tape_options ${bin}/tape_options
+cp -f ${rscripts}/linux_tape_options ${conf}/tape_options
 if test x`uname` = xFreeBSD ; then
-   cp -f ${rscripts}/freebsd_tape_options ${bin}/tape_options
+   cp -f ${rscripts}/freebsd_tape_options ${conf}/tape_options
 fi
 if test x${USE_VTAPE} = xyes ; then
-  echo "  Device Type = vtape" >>${bin}/tape_options
+  echo "  Device Type = vtape" >>${conf}/tape_options
 fi