minor patch for vdrdevel-plugin-dvdselect-0.7a
Matthias Thomae
pkg-vdr-dvb-devel@lists.alioth.debian.org
Mon, 10 Jan 2005 22:55:58 +0100
This is a multi-part message in MIME format.
--------------000402090101030809030006
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Hi,
attached patch fixes default location of readdvd/writedvd scripts from
/etc/vdr/... to /etc/vdrdevel/...
Regards.
Matthias
--------------000402090101030809030006
Content-Type: text/plain;
name="dvdselect-patch.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="dvdselect-patch.txt"
diff -Nur vdrdevel-plugin-dvdselect-0.7a/debian/patches/10_config.c.dpatch vdrdevel-plugin-dvdselect-0.7a-new/debian/patches/10_config.c.dpatch
--- vdrdevel-plugin-dvdselect-0.7a/debian/patches/10_config.c.dpatch Mon Jan 10 22:46:00 2005
+++ vdrdevel-plugin-dvdselect-0.7a-new/debian/patches/10_config.c.dpatch Mon Jan 10 22:39:02 2005
@@ -21,8 +21,8 @@
+ strcpy(NameOrgDevice, "/dev/hdc");
+ strcpy(ImageDir, "/var/lib/video/film/dvd");
+ strcpy(DVDOutputDir, "/var/lib/video/film/dvd");
-+ strcpy(DVDReadScript, "/etc/vdr/plugins/dvdselect_readdvd.sh");
-+ strcpy(DVDWriteScript, "/etc/vdr/plugins/dvdselect_writedvd.sh");
++ strcpy(DVDReadScript, "/etc/vdrdevel/plugins/dvdselect_readdvd.sh");
++ strcpy(DVDWriteScript, "/etc/vdrdevel/plugins/dvdselect_writedvd.sh");
}
bool cDVDSelectSetup::SetupParse(const char *Name, const char *Value)
--------------000402090101030809030006--