$OpenBSD: patch-src-save_load_options_tcl,v 1.2 2006/12/24 06:46:04 steven Exp $
--- src/save_load_options.tcl.orig Sun Nov 12 13:15:05 2006
+++ src/save_load_options.tcl Mon Dec 18 19:54:05 2006
@@ -31,7 +31,7 @@ proc save_options {} {
if {![string compare -length 3 $burning_device "/dev"]} {
puts $config_file "burning_device = $burning_device"
} else {
- puts $config_file "burning_device = /dev/sr0"
+ puts $config_file "burning_device = /dev/rcd0c"
}
close $config_file
}