Oooops!, you're right...I'll try again with the correct package!

        Henry Hollenberg     [EMAIL PROTECTED] 


On Mon, 6 Apr 1998, Philip Hands wrote:

> > #!/usr/bin/expect -f
> > #
> > 
> > set timeout -1
> > spawn dpkg -i/cdrom/bo/binary-i386/devel/kernel-source-2.0.30_2.0.30-7.deb 
> > match_max 100000
> > expect -exact "Please supply the full name of the local kernel maintainer"
> > send -- "Henry Hollenberg\r"
> > expect -exact "Please supply the email address of the local kernel 
> > maintainer"
> > send -- "[EMAIL PROTECTED]"
> > expect eof
> > 
> > 
> > Anybody see where I've gone astray?
> 
> Could this be because the package that prompts for ``local kernel 
> maintainer'' 
> is kernel-package, not kernel-source ?


Sorry for the waste of bandwidth.  hgh



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

Reply via email to