]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Changes: Further improve systemd unit file updates
authorDavid Sommerseth <davids@openvpn.net>
Fri, 9 Dec 2016 19:52:17 +0000 (20:52 +0100)
committerDavid Sommerseth <davids@openvpn.net>
Fri, 9 Dec 2016 19:52:17 +0000 (20:52 +0100)
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 <davids@openvpn.net>
Changes.rst

index a21c0946fd8276789a5cb4d4a89793992668f066..a5002dd431e0b2a5ba92552ff038d8a10fa77d30 100644 (file)
@@ -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