K 10 svn:author V 5 eugen K 8 svn:date V 27 2019-10-10T13:15:13.751430Z K 7 svn:log V 496 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 END