freebsd-ports/security/ipsec-tools/files
Eugene Grosbein ad7221c383 security/ipsec-tools: unbreak racoon_create_dirs
Specifying required_dirs and creating it at prestart stage does not work
because required_dirs is checked before running prestart these days.
So it fails to start for mfs-based /var even if racoon_create_dirs=YES

Unbreak this by replacing "required_dirs" and "mkdir -p"
in the racoon_prestart with "install -d" that returns error in case
of failure and does nothing if the directory already exists.

Reported by:	Cybil Courraud <freebsd@cyb.fr>
2019-10-10 13:15:13 +00:00
..
extra-patch-aclocal.m4
extra-patch-ipsec-tools
natt.diff
patch-handler.c
patch-isakmp.c
patch-isakmp_frag.c
patch-isakmp_inf.c
patch-isakmpinit
patch-reqid.diff
patch-src-racoon-isakmp_cfg.c
patch-src_racoon_gssapi.c
racoon.in security/ipsec-tools: unbreak racoon_create_dirs 2019-10-10 13:15:13 +00:00
wildcard-psk-oakley.c.diff
wildcard-psk.diff