K 10 svn:author V 7 git2svn K 8 svn:date V 27 2021-04-14T13:09:51.749507Z K 7 svn:log V 646 pf tests: make synproxy and nat work correctly even if inetd is running tests/sys/netfil/pf/synproxy fails if inetd has been running outside of the jail because pidfile_open() fails with EEXIST. tests/sys/netfil/pf/nat has the same problem but the test succeeds because whether inetd is running is not so important. Fix the problem by changing the pidfile path from the default location. Reviewed by: kp MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D29622 (cherry picked from commit 5a5623397c73e46b206289d32d1d6b9de420da9c) Git Hash: 38b25dade179bec0eeccff95a5ae354e7304e474 Git Author: takahiro.kurosawa@gmail.com END