[Bug 273138] security/strongswan: Explicitly set sysconfdir

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 14 Aug 2023 18:07:57 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273138

            Bug ID: 273138
           Summary: security/strongswan: Explicitly set sysconfdir
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: jlduran@gmail.com
                CC: strongswan@Nanoteq.com
                CC: strongswan@Nanoteq.com
             Flags: maintainer-feedback?(strongswan@Nanoteq.com)

Created attachment 244102
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=244102&action=edit
Explicitly set sysconfdir

Explicitly set sysconfdir, so documentation files display the proper path.

Note that configuration files still display ${sysconfdir}.

---

For example:

    % man ipsec.conf (FILES section)

Before:

    ${prefix}/etc/ipsec.conf
    ${prefix}/etc/ipsec.d/aacerts
    ${prefix}/etc/ipsec.d/acerts
    ${prefix}/etc/ipsec.d/cacerts
    ${prefix}/etc/ipsec.d/certs
    ${prefix}/etc/ipsec.d/crls

After:

    /usr/local/etc/ipsec.conf
    /usr/local/etc/ipsec.d/aacerts
    /usr/local/etc/ipsec.d/acerts
    /usr/local/etc/ipsec.d/cacerts
    /usr/local/etc/ipsec.d/certs
    /usr/local/etc/ipsec.d/crls

-- 
You are receiving this mail because:
You are the assignee for the bug.