Re: typo in 69.html

2021-04-10 Thread Theo Buehler
On Sat, Apr 10, 2021 at 06:56:11PM -0500, Edgar Pettijohn wrote: > numberous should be numerous fixed, thanks

typo in 69.html

2021-04-10 Thread Edgar Pettijohn
numberous should be numerous Edgar --- 69.html.origSat Apr 10 18:53:49 2021 +++ 69.html Sat Apr 10 18:54:44 2021 @@ -855,7 +855,7 @@ interop problem with strongswan if make-before-break is enabled. -The https://man.openbsd.org/httpd.8;>httpd(8) webserver

if_umb devclass

2021-04-10 Thread Tilo Stritzky
umb interfaces advertise themselves as generic devices. Network makes a lot more sense, I think. tested on amd64. tilo Index: if_umb.c === RCS file: /cvs/src/sys/dev/usb/if_umb.c,v retrieving revision 1.43 diff -u -p -r1.43

Re: smtpd: unused files and dependency

2021-04-10 Thread Theo Buehler
On Sat, Apr 10, 2021 at 02:59:36PM +0200, Eric Faurot wrote: > Do not build unused files and remove related prototypes. > Also remove bogus libm dependency. ok tb > > Index: smtpd.h > === > RCS file:

Re: Syspatch man page -c behaviour

2021-04-10 Thread Sebastien Marie
On Sat, Apr 10, 2021 at 01:14:53PM +0100, SW wrote: > On 10/04/2021 12:29, Hiltjo Posthuma wrote: > > > > It's already documented in the "EXIT STATUS" section, isn't it? > EXIT STATUS > The syspatch utility exits 0 on success, and >0 if an error occurs. > > That doesn't really sound clear to

smtpd: unused files and dependency

2021-04-10 Thread Eric Faurot
Do not build unused files and remove related prototypes. Also remove bogus libm dependency. Index: smtpd.h === RCS file: /cvs/src/usr.sbin/smtpd/smtpd.h,v retrieving revision 1.666 diff -u -p -r1.666 smtpd.h --- smtpd.h 10 Apr

Re: Syspatch man page -c behaviour

2021-04-10 Thread SW
On 10/04/2021 12:29, Hiltjo Posthuma wrote: > On Sat, Apr 10, 2021 at 11:59:59AM +0100, SW wrote: >> Good morning, >> The syspatch man page notes that '-c' "Is suitable for cron(8)", which >> is true but would benefit from more details. >> >> Hopefully this is in line with the other man pages: >>

Re: Syspatch man page -c behaviour

2021-04-10 Thread Hiltjo Posthuma
On Sat, Apr 10, 2021 at 11:59:59AM +0100, SW wrote: > Good morning, > The syspatch man page notes that '-c' "Is suitable for cron(8)", which > is true but would benefit from more details. > > Hopefully this is in line with the other man pages: > --- syspatch.8    Sun Oct 4 2020 > +++ syspatch.8   

Syspatch man page -c behaviour

2021-04-10 Thread SW
Good morning, The syspatch man page notes that '-c' "Is suitable for cron(8)", which is true but would benefit from more details. Hopefully this is in line with the other man pages: --- syspatch.8    Sun Oct 4 2020 +++ syspatch.8    Sat Apr 10 11:52:20 2021 @@ -45,6 +45,8 @@  .It Fl c  List

Re: smtp: dead code

2021-04-10 Thread Theo Buehler
On Sat, Apr 10, 2021 at 10:32:16AM +0200, Eric Faurot wrote: > This diff removes unused code and lib depends from smtp(1). I think the dependencies on -lssl and -lcrypto should remain. There was a recent discussion of dropping -lssl from rpki-client and it depends on the linker if -ltls is

smtp: dead code

2021-04-10 Thread Eric Faurot
This diff removes unused code and lib depends from smtp(1). Eric. Index: smtpc.c === RCS file: /cvs/src/usr.sbin/smtpd/smtpc.c,v retrieving revision 1.14 diff -u -p -r1.14 smtpc.c --- smtpc.c 5 Mar 2021 12:37:32 - 1.14