CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2016/03/07 10:12:33
Modified files: gnu/usr.bin/cvs: configure.in Log message: There is a mknod(2) call hidden deep in the guts of cvs(1) that could in principle be called at any point during runtime. Instead of adding "dpath" to the relevant pledges, disable the code path itself. Now instead of hitting a brutal abort(3), you will just get an error message. autoconf handholding + ok jca@