#30 closed Bug / Defect (fixed)
Improve man page - scripting and environmental variables section
Reported by: | David Sommerseth | Owned by: | krzee king |
---|---|---|---|
Priority: | trivial | Milestone: | beta 2.2 |
Component: | Documentation | Version: | OpenVPN 2.1.0 / 2.1.1 (Community Ed) |
Severity: | Not set (select this one, unless your'e a OpenVPN developer) | Keywords: | |
Cc: |
Description (last modified by )
This subsection needs to get better English.
script_type
One of up, down, ipchange, route-up, tls-verify, auth-user-pass-
verify, client-connect, client-disconnect, or learn-address.
Set prior to execution of any script.
Change History (6)
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Owner: | set to krzee king |
Status: | new → accepted |
comment:2 Changed 14 years ago by
Better, but what do you think about this:
"Prior to execution of any script, this variable is set to the type of script being run.
It can be one of the following: up, down, ipchange, route-up, tls-verify, auth-user-pass-verify, client-connect, client-disconnect, or learn-address."
comment:4 Changed 14 years ago by
ACK to the suggestion from cron2. Will modify the man page to that suggestion. Will go into 2.2-beta.
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Applied to the bugfix2.1 branch, to be merged into allmerged and beta2.2.
commit 8e1b45dc00e6cd208aae1834bda9065744aee6a3
Author: Gert Doering <gert@…>
Date: Thu Oct 21 13:13:21 2010 +0200
Improved man page entry for script_type
Signed-off-by: Gert Doering <gert@…>
Acked-by: krzee <jeff@…>
Acked-by: David Sommerseth <dazo@…>
Signed-off-by: David Sommerseth <dazo@…>
comment:6 Changed 14 years ago by
Copy paste failed, commit ID should be commit a4bd825b7e6b4d62bfbbadf1b3dbd71fd3f70c25
Prior to execution of any script, this variable is set to which type of script is being run.
It can be one of the following: up, down, ipchange, route-up, tls-verify, auth-user-pass-
verify, client-connect, client-disconnect, or learn-address.