CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2019/12/10 08:51:21
Modified files: sbin/isakmpd : monitor.c Log message: If a file or directory component does not exists, realpath(3) returns ENOENT. In this case, try to open(2) the path. Then a non-existing file will be created, but a missing directory component still causes an error. This fixes isakmpd(8) IKE pcap file creation. from hshoexer@