$OpenBSD: patch-src_stored_bacula-sd_conf_in,v 1.3 2009/10/02 02:34:05 merdely Exp $
--- src/stored/bacula-sd.conf.in.orig	Wed Jul 15 09:59:59 2009
+++ src/stored/bacula-sd.conf.in	Tue Sep  1 22:34:25 2009
@@ -68,14 +68,14 @@ Device {
 #  Device = Drive-1
 #  Device = Drive-2
 #  Changer Command = "@scriptdir@/mtx-changer %c %o %S %a %d"
-#  Changer Device = /dev/sg0
+#  Changer Device = /dev/ch0
 #}
 
 #Device {
 #  Name = Drive-1                      #
 #  Drive Index = 0
 #  Media Type = DLT-8000
-#  Archive Device = /dev/nst0
+#  Archive Device = @TAPEDRIVE@
 #  AutomaticMount = yes;               # when device opened, read it
 #  AlwaysOpen = yes;
 #  RemovableMedia = yes;
@@ -97,7 +97,7 @@ Device {
 #  Name = Drive-2                      #
 #  Drive Index = 1
 #  Media Type = DLT-8000
-#  Archive Device = /dev/nst1
+#  Archive Device = @TAPEDRIVE@
 #  AutomaticMount = yes;               # when device opened, read it
 #  AlwaysOpen = yes;
 #  RemovableMedia = yes;
@@ -122,7 +122,7 @@ Device {
 #  RandomAccess = no;
 #  Maximum File Size = 3GB
 ## Changer Command = "@scriptdir@/mtx-changer %c %o %S %a %d"
-## Changer Device = /dev/sg0
+## Changer Device = /dev/ch0
 ## AutoChanger = yes
 #  # Enable the Alert command only if you have the mtx package loaded
 ## Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
@@ -182,7 +182,7 @@ Device {
 #  Name = DDS-4 
 #  Description = "DDS-4 for FreeBSD"
 #  Media Type = DDS-4
-#  Archive Device = /dev/nsa1
+#  Archive Device = @TAPEDRIVE@
 #  AutomaticMount = yes;               # when device opened, read it
 #  AlwaysOpen = yes
 #  Offline On Unmount = no
