diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-08-10 18:49:28 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-08-10 18:49:28 +0000 |
commit | fd381bc26fd4393d2456ed9bcc466f5159828a1a (patch) | |
tree | f5777cd37224ec5b4c80b52cc4877a8c02028189 /t_cltsrv-down.sh | |
parent | Reverted r3181, accomplish the same thing via a special case (diff) | |
download | openvpn-fd381bc26fd4393d2456ed9bcc466f5159828a1a.tar.xz |
Updated openvpn/t_cltsrv.sh (used by "make check") to conform to new
--script-security rules. Also adds retrying if the addresses are in
use (Matthias Andree).
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3217 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rwxr-xr-x | t_cltsrv-down.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t_cltsrv-down.sh b/t_cltsrv-down.sh new file mode 100755 index 0000000..2ef852a --- /dev/null +++ b/t_cltsrv-down.sh @@ -0,0 +1,2 @@ +#! /bin/sh +echo "${role}:${signal}" >&3 |