mirror of
https://git.freebsd.org/ports.git
synced 2025-05-08 03:40:46 -04:00
Align with security/openvpn for RC script improvements, dropping the TUNNELBLICK patch (integrated upstream) and pkg-help file (no longer required). Note that pkcs11* and mbedTLS currently do not mix (I randomly checked different option sets), an issue this port shares with security/openvpn. "checking mbedtls pkcs11 support... configure: error: mbedtls has no pkcs11 wrapper compiled in" PR: 215734 Submitted by: Eric F. Crist (maintainer)
6 lines
210 B
Bash
6 lines
210 B
Bash
#!/bin/sh
|
|
|
|
exec %%PREFIX%%/sbin/openvpn --script-security 2 \
|
|
--up %%PREFIX%%/libexec/openvpn-client.up \
|
|
--plugin openvpn-plugin-down-root.so %%PREFIX%%/libexec/openvpn-client.down \
|
|
--config "$@"
|