Re: OpenBSD/amd64: xfce screensaver/lock is not interruptible, only mouse pointer visible on blank screen, no password prompt

2021-11-09 Thread Caspar Schutijser
On Fri, Oct 29, 2021 at 09:16:31AM +0200, Peter N. M. Hansteen wrote: > SENDBUG: -*- sendbug -*- > SENDBUG: Lines starting with `SENDBUG' will be removed automatically. > SENDBUG: > SENDBUG: Choose from the following categories: > SENDBUG: > SENDBUG: system user library documentation kernel alpha a

Re: minor correction to patch.1

2021-11-09 Thread Jason McIntyre
On Tue, Nov 09, 2021 at 07:01:43AM -0500, Josh Grosse wrote: > The -i option can only be used once. Current logic is to error with > " too many file arguments" if the number of uses reaches MAXFILEC, > set to 2 in both common.h and patch.c. fixed, thanks. jmc > diff --git a/usr.bin/patch/pat

minor correction to patch.1

2021-11-09 Thread Josh Grosse
The -i option can only be used once. Current logic is to error with " too many file arguments" if the number of uses reaches MAXFILEC, set to 2 in both common.h and patch.c. diff --git a/usr.bin/patch/patch.1 b/usr.bin/patch/patch.1 index 8d915b87287..1aa66bf8c1b 100644 --- a/usr.bin/patch/pat

Re: shell script started by rcctl stops immediately

2021-11-09 Thread Klemens Nanni
On Tue, Nov 09, 2021 at 09:45:23AM +0100, Marcus MERIGHI wrote: > >Synopsis:shell script started by rcctl stops immediately > >Category:user > >Environment: > System : OpenBSD 7.0 > Details : OpenBSD 7.0-current (GENERIC.MP) #80: Mon Nov 8 08:34:04 > MST 2021 >

Re: shell script started by rcctl stops immediately

2021-11-09 Thread Stuart Henderson
On 2021/11/09 09:45, Marcus MERIGHI wrote: > >Synopsis:shell script started by rcctl stops immediately > >Category:user > >Environment: > System : OpenBSD 7.0 > Details : OpenBSD 7.0-current (GENERIC.MP) #80: Mon Nov 8 08:34:04 > MST 2021 > > d

Re: shell script started by rcctl stops immediately

2021-11-09 Thread Theo Buehler
> /usr/local/bin/mixsvr.sh: > + > #!/bin/sh -eu Try switching this to /bin/ksh