doas(1): Exit Status

2018-10-12 Thread Dave Cameron
doas(1) currently states: -clip- EXIT STATUS The doas utility exits 0 on success, and >0 if an error occurs. It may fail for one of the following reasons: o The config file /etc/doas.conf could not be parsed. o The user attempted to run a command which is not permitted.

Re: doas(1): Exit Status

2018-10-12 Thread Dave Cameron
On Fri, 12 Oct 2018 17:55:14 +0100 Jason McIntyre wrote: > On Fri, Oct 12, 2018 at 10:13:13PM +1300, Dave Cameron wrote: > > doas(1) currently states: > > -clip- > > EXIT STATUS > > The doas utility exits 0 on success, and >0 if an error > > occurs.