Bug#539812: lockfile: Exit code does not always change with !- option.

2009-08-03 Thread Kurt Roeckx
On Mon, Aug 03, 2009 at 08:25:00PM +0200, Kurt Roeckx wrote: > Package: procmail > Version: 3.22-16 > Severity: grave > > Hi, > > It seems that the !- doesn't always have an effect on the return > value: [...] So it seems the manpage says this: Using lockfile as the condition of a loop in

Bug#539812: lockfile: Exit code does not always change with !- option.

2009-08-03 Thread Kurt Roeckx
Package: procmail Version: 3.22-16 Severity: grave Hi, It seems that the !- doesn't always have an effect on the return value: k...@intrepid:~$ rm -f /tmp/lockfile k...@intrepid:~$ lockfile -! -l 3600 /tmp/lockfile k...@intrepid:~$ echo $? 73 k...@intrepid:~$ rm -f /tmp/lockfile k...@intrepid:~$