procmail
[Top] [All Lists]

Re: extraneous local lock?

2000-01-07 00:53:48
On 6 Jan 2000 18:56:11 -0000, John Conover <conover(_at_)inow(_dot_)com> wrote:
I have a shell script, myscript, that I want to execute that makes
some temp files when it runs, so I need to post a lock file:

        :0 h :myscript.lock
     * ^some_key_word:
     {
        myscript >> xyz

This is a syntax error. You mean

    :0h:myscript.lock
    * condition
    {
        :0
        | myscript >>xyz
      ## etc
    }

Hope this helps,

/* era */

-- 
 Too much to say to fit into this .signature anyway: <http://www.iki.fi/era/>
  Fight spam in Europe: <http://www.euro.cauce.org/> * Sign the EU petition

<Prev in Thread] Current Thread [Next in Thread>