Re: [slightly OT] dvdrecord 0.3.1 -- and yes, dev=/dev/cdrom works ;)

From: Dick Streefland
Date: Mon Feb 27 2006 - 10:31:32 EST


Bernhard Rosenkraenzer <bero@xxxxxxxxxxxx> wrote:
| I've just released dvdrtools 0.3.1
| (http://www.arklinux.org/projects/dvdrtools/). It is a fork of cdrtools that
| (as the name indicates) adds support for writing to DVD-R and DVD-RW disks
| using purely Free Software, that tries to do things the Linux way ("dvdrecord
| dev=/dev/cdrom whatever.iso") without suggesting to use 2.4 kernels or even
| other operating systems, uses a standard make system, is maintained in a
| public svn repository, and does away with a lot of the libc
| functionality-clones found in cdrtools.

Good. So, we can finally fix this:

diff -pu dvdrtools-0.3.1/dvdrecord/scsi_cdr.c.orig dvdrtools-0.3.1/dvdrecord/scsi_cdr.c
--- dvdrtools-0.3.1/dvdrecord/scsi_cdr.c.orig 2006-02-15 03:47:41.000000000 +0100
+++ dvdrtools-0.3.1/dvdrecord/scsi_cdr.c 2006-02-27 16:24:10.000000000 +0100
@@ -2196,7 +2196,7 @@ EXPORT void printinq(SCSI *scgp, FILE *f
if (inq->add_len >= 31 ||
inq->info[0] || inq->ident[0] || inq->revision[0]) {
fprintf(f, "Vendor_info : '%.8s'\n", inq->info);
- fprintf(f, "Identifikation : '%.16s'\n", inq->ident);
+ fprintf(f, "Identification : '%.16s'\n", inq->ident);
fprintf(f, "Revision : '%.4s'\n", inq->revision);
}
}

--
Dick Streefland //// Altium BV
dick.streefland@xxxxxxxxx (@ @) http://www.altium.com
--------------------------------oOO--(_)--OOo---------------------------

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/