Re: [Openvpn-devel] [PATCH] README.down-root: Fix plugin module name

2021-11-09 Thread David Sommerseth

On 07/11/2021 19:38, Frank Lichtenheld wrote:

From: Ville Skyttä 

The module name is openvpn-plugin-down-root.so, not openvpn-down-root.so.

Signed-off-by: Frank Lichtenheld 
---
  src/plugins/down-root/README.down-root | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

As part of an initative to clean up the Github PR submissions, submitting
this patch to the mailing list for inclusion. Looks obviously correct to
me.
PR: https://github.com/OpenVPN/openvpn/pull/98

diff --git a/src/plugins/down-root/README.down-root 
b/src/plugins/down-root/README.down-root
index d337ffe9..98a3ee63 100644
--- a/src/plugins/down-root/README.down-root
+++ b/src/plugins/down-root/README.down-root
@@ -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


This change is correct.  And even according to
src/plugins/down-root/Makefile.am:

 plugin_LTLIBRARIES = openvpn-plugin-down-root.la

Acked-By: David Sommerseth 

--
kind regards,

David Sommerseth
OpenVPN Inc



___
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel


[Openvpn-devel] [PATCH] README.down-root: Fix plugin module name

2021-11-07 Thread Frank Lichtenheld
From: Ville Skyttä 

The module name is openvpn-plugin-down-root.so, not openvpn-down-root.so.

Signed-off-by: Frank Lichtenheld 
---
 src/plugins/down-root/README.down-root | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

As part of an initative to clean up the Github PR submissions, submitting
this patch to the mailing list for inclusion. Looks obviously correct to
me.
PR: https://github.com/OpenVPN/openvpn/pull/98

diff --git a/src/plugins/down-root/README.down-root 
b/src/plugins/down-root/README.down-root
index d337ffe9..98a3ee63 100644
--- a/src/plugins/down-root/README.down-root
+++ b/src/plugins/down-root/README.down-root
@@ -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
 
-- 
2.30.2



___
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel