On Monday 15 March 2010 13:32:51 you wrote:
> On 14 March 2010 21:30, Neil Bothwick wrote:
> > On Sun, 14 Mar 2010 20:23:40 +, Mick wrote:
> >> I am trying this script in /etc/env.d/90gpg-agent:
> >>
> >> if test -f $HOME/.gpg-agent-info && kill -0 `cut -d: -f
On 14 March 2010 21:30, Neil Bothwick wrote:
> On Sun, 14 Mar 2010 20:23:40 +, Mick wrote:
>
>> I am trying this script in /etc/env.d/90gpg-agent:
>>
>> if test -f $HOME/.gpg-agent-info && kill -0 `cut -d: -f 2
>> $HOME/.gpg-agent-info` 2>/dev/null; then
>>
On Sun, 14 Mar 2010 20:23:40 +, Mick wrote:
> I am trying this script in /etc/env.d/90gpg-agent:
>
> if test -f $HOME/.gpg-agent-info && kill -0 `cut -d: -f 2
> $HOME/.gpg-agent-info` 2>/dev/null; then
> GPG_AGENT_INFO=`cat $HOME/.gpg-agent-info`
> exp
Hi All,
I am trying this script in /etc/env.d/90gpg-agent:
if test -f $HOME/.gpg-agent-info && kill -0 `cut -d: -f 2
$HOME/.gpg-agent-info` 2>/dev/null; then
GPG_AGENT_INFO=`cat $HOME/.gpg-agent-info`
export GPG_AGENT_INFO
else
eval `/usr/bin/gpg-agent
4 matches
Mail list logo