patch-src-save_load_options_tcl 492 B

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