2009-11-07 15:54:33 +00:00
|
|
|
$OpenBSD: patch-TkDVD_sh,v 1.4 2009/11/07 15:54:33 ajacoutot Exp $
|
|
|
|
--- TkDVD.sh.orig Sat Aug 30 14:04:00 2008
|
|
|
|
+++ TkDVD.sh Sat Nov 7 15:47:06 2009
|
2006-12-23 10:26:57 +00:00
|
|
|
@@ -1,6 +1,6 @@
|
|
|
|
#!/bin/sh
|
|
|
|
# the next line restarts using wish \
|
|
|
|
-exec wish "$0" "$@"
|
2008-11-10 20:18:14 +00:00
|
|
|
+exec ${MODTK_BIN} "$0" "$@"
|
2006-12-23 10:26:57 +00:00
|
|
|
|
2009-11-07 15:54:33 +00:00
|
|
|
# Copyright 2003,2008 Regis Damongeot
|
2006-12-23 10:26:57 +00:00
|
|
|
|
|
|
|
@@ -25,7 +25,7 @@ wm geometry . 700x550
|
|
|
|
wm protocol . WM_DELETE_WINDOW { save_options; destroy . }
|
|
|
|
set burn_type "burn_dvd"
|
|
|
|
set v_create_iso "no"
|
|
|
|
-set burning_device "/dev/sr0"
|
2006-12-24 06:46:04 +00:00
|
|
|
+set burning_device "/dev/rcd0c"
|
2006-12-23 10:26:57 +00:00
|
|
|
#used when creating ISO to save CD/DVD device
|
|
|
|
set temp_burning_device ""
|
2009-11-07 15:54:33 +00:00
|
|
|
set dvd_burning_command "growisofs"
|