Re: passing input to an external programs shell

2005-05-19 Thread Wiggins d'Anconia
p.s. I assume you can't just set the 'always-trust' flag when importing a key? http://danconia.org -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: passing input to an external programs shell

2005-05-19 Thread Wiggins d'Anconia
D. J. Birkett wrote: > D. J. Birkett wrote: > >> Chris Devers wrote: >> >>> On Wed, 18 May 2005, D. J. Birkett wrote: >>> >>> I'm trying to call gpg externally >>> >>> >>> >>> >>> Why? Can't you just use something like Crypt::GPG? >>> >>>

Re: passing input to an external programs shell

2005-05-19 Thread D. J. Birkett
D. J. Birkett wrote: Chris Devers wrote: On Wed, 18 May 2005, D. J. Birkett wrote: I'm trying to call gpg externally Why? Can't you just use something like Crypt::GPG? This script is to be run from an nfs mount on many systems, so it has to

Re: passing input to an external programs shell

2005-05-18 Thread D. J. Birkett
Chris Devers wrote: On Wed, 18 May 2005, D. J. Birkett wrote: I'm trying to call gpg externally Why? Can't you just use something like Crypt::GPG? This script is to be run from an nfs mount on many systems, so it has to run with the module

Re: passing input to an external programs shell

2005-05-18 Thread Chris Devers
On Wed, 18 May 2005, D. J. Birkett wrote: > I'm trying to call gpg externally Why? Can't you just use something like Crypt::GPG? You could solve this the way you're trying to solve it, but the GPG module is probably going to be easier. H