From: David Sommerseth Date: Fri, 9 Dec 2016 19:52:17 +0000 (+0100) Subject: Changes: Further improve systemd unit file updates X-Git-Tag: v2.4_rc2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54e386b4a89b33947314e1192f7d34a3e16c451b;p=thirdparty%2Fopenvpn.git Changes: Further improve systemd unit file updates There were some reports that the directories mentioned should have trailing /, to make it clearer they are directories and not files. Also rephrased that sentence slightly to be even clearer in this aspect. Signed-off-by: David Sommerseth --- diff --git a/Changes.rst b/Changes.rst index a21c0946f..a5002dd43 100644 --- a/Changes.rst +++ b/Changes.rst @@ -269,9 +269,10 @@ User-visible Changes - OpenVPN now ships with more up-to-date systemd unit files which takes advantage of the improved service management as well as some hardening steps. The - configuration files are picked up from /etc/openvpn/server and - /etc/openvpn/client (depending on unit file). This also avoids these new - unit files and how they work to collide with older pre-existing unit files. + configuration files are picked up from the /etc/openvpn/server/ and + /etc/openvpn/client/ directories (depending on unit file). This also avoids + these new unit files and how they work to collide with older pre-existing + unit files. - using ``--no-iv`` (which is generally not a recommended setup) will require explicitly disabling NCP with ``--disable-ncp``. This is