openvpn: move usr/share/openvpn files into its own dir
authorFlorian Eckert <redacted>
Wed, 4 Mar 2026 10:21:16 +0000 (11:21 +0100)
committerFlorian Eckert <redacted>
Thu, 5 Mar 2026 06:54:01 +0000 (07:54 +0100)
commit8816657223669ec53122c4a455deea13e2bfdf8d
tree7f575225551ed4584044e6dc8449acea4f90a81a
parent310c0973787111dd5ed66286ef3ef4123ad4fc84
openvpn: move usr/share/openvpn files into its own dir

By moving the file to a subdirectory, it is easier to track where the file
is located on the target without having to check the Makefile every time.

Signed-off-by: Florian Eckert <redacted>
12 files changed:
net/openvpn/Makefile
net/openvpn/files/usr/share/openvpn/auth-user-pass-verify.uc [moved from net/openvpn/files/auth-user-pass-verify.uc with 100% similarity]
net/openvpn/files/usr/share/openvpn/client-connect.uc [moved from net/openvpn/files/client-connect.uc with 100% similarity]
net/openvpn/files/usr/share/openvpn/client-crresponse.uc [moved from net/openvpn/files/client-crresponse.uc with 100% similarity]
net/openvpn/files/usr/share/openvpn/client-disconnect.uc [moved from net/openvpn/files/client-disconnect.uc with 100% similarity]
net/openvpn/files/usr/share/openvpn/down.uc [moved from net/openvpn/files/down.uc with 100% similarity]
net/openvpn/files/usr/share/openvpn/ipchange.uc [moved from net/openvpn/files/ipchange.uc with 100% similarity]
net/openvpn/files/usr/share/openvpn/openvpn.options [moved from net/openvpn/files/openvpn.options with 100% similarity]
net/openvpn/files/usr/share/openvpn/route-pre-down.uc [moved from net/openvpn/files/route-pre-down.uc with 100% similarity]
net/openvpn/files/usr/share/openvpn/route-up.uc [moved from net/openvpn/files/route-up.uc with 100% similarity]
net/openvpn/files/usr/share/openvpn/tls-verify.uc [moved from net/openvpn/files/tls-verify.uc with 100% similarity]
net/openvpn/files/usr/share/openvpn/up.uc [moved from net/openvpn/files/up.uc with 100% similarity]
git clone https://git.99rst.org/PROJECT