Unable to build OpenBSD 6.6 libc on beaglebone black

2019-12-07 Thread Jacob Adams
When trying to build libc with the latest security patch applied on my beaglebone black, I was met with the following error: cc -O2 -pipe -g -Wimplicit -I/usr/src/lib/libc/include -I/usr/src/lib/libc/hidden -D__LIBC__ -Werror-implicit-function-declaration -include namespace.h -Werror=deprecated-d

Re: Patch for sysupgrade of a disc constrained net4801

2019-10-24 Thread Jacob Adams
> *** /usr/sbin/sysupgrade Sat Oct 12 18:52:33 2019 > --- sysupgrade Fri Oct 25 02:02:11 2019 > *** > *** 1,6 > #!/bin/ksh > # > ! # $OpenBSD: sysupgrade.sh,v 1.25 2019/09/28 17:30:07 ajacoutot Exp $ > # > # Copyright (c) 1997-2015 Todd Miller, Theo de Raadt, Ken Westerback > # C

Re: auto_upgrade.conf et al man pages or documentation?

2019-10-17 Thread Jacob Adams
On 10/17/19 9:49 PM, Theo de Raadt wrote: > Shane Lazarus wrote: > >> I was interested in what it would do by default, and in how I could alter >> those defaults if I did not like them. >> >> The sysupgrade man page informed me of a configuration file. > > Your complaint directly referenced the

Re: Correct pexp variable for a shell script

2019-06-29 Thread Jacob Adams
On 6/29/19 8:46 AM, Antoine Jacoutot wrote: > On Sat, Jun 22, 2019 at 02:14:12PM -0400, Jacob Adams wrote: >> On 6/22/19 12:43 PM, Antoine Jacoutot wrote: >>> On Sat, Jun 22, 2019 at 10:42:39AM -0400, Jacob Adams wrote: >>>> On 6/22/19 7:05 AM, Antoine Jacoutot wro

Re: Correct pexp variable for a shell script

2019-06-22 Thread Jacob Adams
On 6/22/19 12:43 PM, Antoine Jacoutot wrote: > On Sat, Jun 22, 2019 at 10:42:39AM -0400, Jacob Adams wrote: >> On 6/22/19 7:05 AM, Antoine Jacoutot wrote: >>> On Fri, Jun 21, 2019 at 03:57:41PM -0400, Jacob Adams wrote: >>>> I've got a shell script I'd lik

Re: Correct pexp variable for a shell script

2019-06-22 Thread Jacob Adams
On 6/22/19 7:05 AM, Antoine Jacoutot wrote: > On Fri, Jun 21, 2019 at 03:57:41PM -0400, Jacob Adams wrote: >> I've got a shell script I'd like to run as a system service. Due to the >> 16 character limitation on pgrep and the -x flag that rc.subr passes to >> chec

Correct pexp variable for a shell script

2019-06-21 Thread Jacob Adams
I've got a shell script I'd like to run as a system service. Due to the 16 character limitation on pgrep and the -x flag that rc.subr passes to check by default, I can't get check or stop to work correctly. The problem is that the process name looks like "/bin/sh /usr/local/bin/script.sh" which, ev