Greg Wooledge <[EMAIL PROTECTED]> wrote:

> On Tue, Jan 01, 2008 at 01:54:43PM +0100, Gregoire Favre wrote:
> > #!/bin/bash
> [...]
> > UNLOCK='cdrdao unlock --device 0,1,0 --driver generic-mmc && sleep 1'
> [...]
> > #$UNLOCK
>
> Good thing this is commented out, because that would not have worked.
>
> Try using a function instead:
>
> unlock() {
>   cdrdao unlock ... && sleep 1
> }
> ...
> unlock

cdrdao does not support DVDs and has not been enhanced since more than 3 years.

Jörg

-- 
 EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin
       [EMAIL PROTECTED]                (uni)  
       [EMAIL PROTECTED]     (work) Blog: http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to