Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Aug 2023 18:07:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 273138] security/strongswan: Explicitly set sysconfdir
Message-ID:  <bug-273138-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273138

            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=3D244102&action=
=3Dedit
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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273138-7788>