[Debburn-changes] r307 - in nonameyet/trunk: cdrecord doc/READMEs

Eduard Bloch blade at costa.debian.org
Wed Sep 13 17:04:05 UTC 2006


Author: blade
Date: 2006-09-13 17:04:05 +0000 (Wed, 13 Sep 2006)
New Revision: 307

Modified:
   nonameyet/trunk/cdrecord/cdrecord.c
   nonameyet/trunk/doc/READMEs/README
Log:
argv[0] rewrite, "cdrecord" -> "wodim" to not confuse people even if they link it; added a list of tested drives to README

Modified: nonameyet/trunk/cdrecord/cdrecord.c
===================================================================
--- nonameyet/trunk/cdrecord/cdrecord.c	2006-09-12 18:36:27 UTC (rev 306)
+++ nonameyet/trunk/cdrecord/cdrecord.c	2006-09-13 17:04:05 UTC (rev 307)
@@ -323,6 +323,9 @@
         "Copyright (C) 2006 cdrkit maintainers, (C) 1994-2006 Joerg Schilling\n\n"
 	      );
 
+  if(strcmp(av[0], "cdrecord") == 0)
+     strcpy(av[0], "wodim");
+
 #ifdef __EMX__
 	/* This gives wildcard expansion with Non-Posix shells with EMX */
 	_wildcard(&ac, &av);

Modified: nonameyet/trunk/doc/READMEs/README
===================================================================
--- nonameyet/trunk/doc/READMEs/README	2006-09-12 18:36:27 UTC (rev 306)
+++ nonameyet/trunk/doc/READMEs/README	2006-09-13 17:04:05 UTC (rev 307)
@@ -17,6 +17,16 @@
 
 The same applies to most README.<topic> files found in this directory.
 
+Wodim has been successfully tested on the following drives:
+
+BENQ DVD DD DW1640
+Philips CDD 3610
+Lite-ON LTR-24102B
+
+It seems that all drives manufactured in this millenium are MMC compliant and
+therefore they should be supported by wodim. When problems appear, you may have
+found a firmware bug in this drive. Try upgrading the firmware in this case.
+
  -- Eduard Bloch <blade at debian.org> Wed, 06 Sep 2006 18:08:08 +0200
 
 # @(#)README	1.25 02/12/25 Copyright 1996-2002 J. Schilling




More information about the Debburn-changes mailing list