CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2018/04/26 06:48:10
Modified files: usr.sbin/ypserv/ypserv: acl.c ypserv.acl Log message: Do not call getnetbyname(3) when parsing securenet(5) and ypserv.acl(5). If anybody still uses these files, specify networks with numbers in there. This is part of the project to delete /etc/networks support. OK deraadt@