From 6e4f62f9a87fe2fb279091302bd8e7c7fddc9c8f Mon Sep 17 00:00:00 2001
From: Carl Baldwin <carl@ecbaldwin.net>
Date: Fri, 12 Feb 2010 16:43:54 -0700
Subject: [PATCH] Change gddrescue to ddrescue in comments and README.

---
 README  |  2 +-
 rip_dvd | 11 ++---------
 2 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/README b/README
index 973e654..af057ff 100644
--- a/README
+++ b/README
@@ -10,7 +10,7 @@ NOTE:  In Ubuntu, depending on your version, replace libdvdcss2 with what you fi
   https://help.ubuntu.com/community/RestrictedFormats/PlayingDVDs
 
 Specific Executable (program) Dependencies (must be found in $PATH):
-volname makexml lsdvd dvdauthor gddrescue dvdbackup mencoder mplayer mkisofs
+volname makexml lsdvd dvdauthor ddrescue dvdbackup mencoder mplayer mkisofs
 
 NOTE:  The script puts /usr/share/tovid on your path which should contain makexml
 
diff --git a/rip_dvd b/rip_dvd
index ecf2f67..6b419f0 100755
--- a/rip_dvd
+++ b/rip_dvd
@@ -15,15 +15,8 @@
 # Known Issues/Limitations:
 # - Mirror mode is always done in ISO mode
 #
-# Package Dependencies (apt-get install these for example):
-# lsdvd dvdauthor gddrescue dvdbackup tovid mencoder mplayer genisoimage libdvdcss2
-#
-# Specific Executable (program) Dependencies (must be found in $PATH):
-# volname makexml lsdvd dvdauthor gddrescue dvdbackup mencoder mplayer mkisofs HandBrakeCLI
-#
-# Optional Dependencies:
-# lookup imdb info/posters for mythvideo: http://www.mythtv.org/wiki/Fill_mythvideo_metadata.pl
-#
+# See the README file for information about the dependencies
+# this script has.
 
 ##############################################################################################
 # Global Variables
-- 
2.34.1