Closed joncol closed 8 months ago
Converting this to draft PR for some experimentation... I don't want this to "overload" the default openvpn
...
I went with the simple approach of renaming the file to openvpn-patched
. I think that the manual steps of having to create the pwd.txt
file, and set the environment variables can be made simpler, but maybe that's for a later PR. This should at least work in a basic way.
I went with the simple approach of renaming the file to
openvpn-patched
. I think that the manual steps of having to create thepwd.txt
file, and set the environment variables can be made simpler, but maybe that's for a later PR. This should at least work in a basic way.
I still dislike having the pwd.txt
file there TBH, when I did this I just wanted to get things working ASAP, but now that it works, it could be the right time to go back and start improving things.
Anyway, I'll merge this PR. Thanks!
Hi again, here's a small fix for my previous PR, that makes the
openvpn
version available in the$out/bin
directory.