lkml.org 
[lkml]   [2006]   [Feb]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
SubjectRe: [slightly OT] dvdrecord 0.3.1 -- and yes, dev=/dev/cdrom works ;)
Date
Bernhard Rosenkraenzer <bero@arklinux.org> 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@altium.nl (@ @) 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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-02-27 16:36    [W:0.147 / U:0.116 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site