>X-Sender: [EMAIL PROTECTED]
>With the binary version of cdrecord-prodvd - I am having problems
>getting it to recognise the key with Redhat 7.3 (Key as given on the
>cdrecord ftp area). (this is for academic not-for-profit use)
>Does anyone have an example of their .bashrc file of the Key
>where cdrecord-prodvd is accepting it?
You need to put it into your environment.
e.g. it needs to be visible vith env(1)
As cdrecord will write CDs at lowest possible speed if a key with the
"lowspeed" property is seen, you should put the key into a shell script
wrapper.
e.g.:
#!/bin/sh
CDR_SECURITY=8:dvd,clone,lowspeed:.... <= put full key here
export CDR_SECURITY
exec cdrecord-ProDVD "$@"
J�rg
EMail:[EMAIL PROTECTED] (home) J�rg Schilling D-13353 Berlin
[EMAIL PROTECTED] (uni) If you don't have iso-8859-1
[EMAIL PROTECTED] (work) chars I am J"org Schilling
URL: http://www.fokus.gmd.de/usr/schilling ftp://ftp.fokus.gmd.de/pub/unix
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]