]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
README.down-root: Fix plugin module name
authorVille Skyttä <ville.skytta@iki.fi>
Sun, 7 Nov 2021 18:38:05 +0000 (19:38 +0100)
committerGert Doering <gert@greenie.muc.de>
Tue, 9 Nov 2021 14:27:53 +0000 (15:27 +0100)
The module name is openvpn-plugin-down-root.so, not openvpn-down-root.so.

Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: David Sommerseth <davids@openvpn.net>
Message-Id: <20211107183805.8357-1-frank@lichtenheld.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg23130.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/plugins/down-root/README.down-root

index d337ffe9e8b044900f53d5e556a4d7178e03ad61..98a3ee63e6c5c3f523a769255e988955556fad0e 100644 (file)
@@ -16,13 +16,13 @@ run in the same execution environment as the up script.
 BUILD
 
 Build this module with the "make" command.  The plugin
-module will be named openvpn-down-root.so
+module will be named openvpn-plugin-down-root.so
 
 USAGE
 
 To use this module, add to your OpenVPN config file:
 
-  plugin openvpn-down-root.so "command ..."
+  plugin openvpn-plugin-down-root.so "command ..."
 
 CAVEATS