Re: services(5): more cleanup

2021-05-16 Thread Jeremie Courreges-Anglas
On Sat, May 15 2021, Aisha Tammy wrote: > On 5/11/21 9:04 PM, Kurt Mosiejczuk wrote: >> On Wed, May 12, 2021 at 01:13:55AM +0200, Jeremie Courreges-Anglas wrote: >> >>> I'd like to drop SWAT, unofficial and dropped by the samba project >>> around the switch to samba4. - moved smtps/465 to

[PATCH] [src] etc/services - duplicates

2021-05-16 Thread Raf Czlonka
Hello, During recent services(5)-related threads, I glanced over the file and noticed a duplicate - namely(sic!), "nameserver" is being used both as the a service name, as well as an alias for "domain". nameserver 42/tcp name# IEN 116 domain

ftpd(8): remove useless parameter of get_line()

2021-05-16 Thread Jan Klemkow
Hi, This diff removes the useless FILE* parameter of get_line(). In every call this parameter is always "stdin". Thus, we can replace ever use of the variable iop with stdin. Like every other diff, I tested this diff with the ftpd regression tests. OK? bye, Jan Index: extern.h

Re: running network stack forwarding in parallel

2021-05-16 Thread Vitaliy Makkoveev
> On 14 May 2021, at 14:43, Martin Pieuchot wrote: > > On 13/05/21(Thu) 14:50, Vitaliy Makkoveev wrote: >> On Thu, May 13, 2021 at 01:15:05PM +0200, Hrvoje Popovski wrote: >>> On 13.5.2021. 1:25, Vitaliy Makkoveev wrote: It seems this lock order issue is not parallel diff specific. >>>

Re: umsm(4)/umb(4) supports for Quectel EC25

2021-05-16 Thread Shawn Chiou
Hi, Thanks for @kevlo's affort! It works properly for my EC25 AU on RPI v4. The following is partial dmesg of my RPI v4 with OpenBSD... uhub1 at uhub0 port 1 configuration 1 interface 0 "VIA Labs USB2.0 Hub" rev 2.10/4.21 addr 2 bwfm0 at sdmmc0 function 1 manufacturer 0x02d0, product 0xa9a6 at

Add versioned lib to system perl's @INC for non-packaged modules

2021-05-16 Thread Andrew Hewus Fresh
This patch is should make it easier to recover from problems that happen when installing perl modules outside of the package system. You might recognize the "loadable library and perl binaries are mismatched" error. Adding a versioned subdirectory for cpan modules means that when the perl