Edit

IABSD.fr/ports/sysutils/tkdvd/patches/patch-src-save_load_options_tcl

Branch :

  • Show log

    Commit

  • Author : steven
    Date : 2006-12-24 06:46:04
    Hash : cecd5a2f
    Message : - fix cd device - remove unneeded configure - don't hardcode /usr/local - NO_REGRESS

  • sysutils/tkdvd/patches/patch-src-save_load_options_tcl
  • $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
     }