CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2025/01/02 14:37:38
Modified files: sbin/nfsd : nfsd.c Log message: default to UDP when using only -n Only 'nfsd' without any option or argument default to UDP. Move the r1.28's check from argc to options/flags to cover 'nfsd -n4' as well, which would fork four servers, but not create any UDP sockets. Feedback OK jca