From: dick.streefland@altium.nl (Dick Streefland)
To: linux-kernel@vger.kernel.org
Subject: Re: [slightly OT] dvdrecord 0.3.1 -- and yes, dev=/dev/cdrom works ;)
Date: Mon, 27 Feb 2006 15:32:56 -0000 [thread overview]
Message-ID: <27d9.44031ba8.afafc@altium.nl> (raw)
In-Reply-To: 200602250042.51677.bero@arklinux.org
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---------------------------
prev parent reply other threads:[~2006-02-27 15:33 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-24 23:42 [slightly OT] dvdrecord 0.3.1 -- and yes, dev=/dev/cdrom works ;) Bernhard Rosenkraenzer
2006-02-25 18:17 ` David Gómez
2006-02-25 18:38 ` Jesper Juhl
2006-02-25 19:14 ` Gene Heskett
2006-02-26 13:30 ` Luke-Jr
2006-02-26 13:29 ` Jesper Juhl
2006-02-26 13:39 ` Luke-Jr
2006-02-26 13:36 ` Jesper Juhl
2006-02-26 15:50 ` Bernd Petrovitsch
2006-02-26 22:32 ` Jan Engelhardt
2006-02-26 23:59 ` Sam Vilain
2006-02-27 18:50 ` Jan Engelhardt
2006-02-28 18:58 ` Phillip Susi
2006-02-28 19:14 ` Jan Engelhardt
2006-02-28 22:30 ` Bill Davidsen
2006-03-08 13:52 ` Jan Engelhardt
2006-03-01 0:05 ` Rob Sims
2006-02-27 15:32 ` Dick Streefland [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=27d9.44031ba8.afafc@altium.nl \
--to=dick.streefland@altium.nl \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox