diff options
Diffstat (limited to 'security/openvpn/files/pkg-message.in')
-rw-r--r-- | security/openvpn/files/pkg-message.in | 30 |
1 files changed, 17 insertions, 13 deletions
diff --git a/security/openvpn/files/pkg-message.in b/security/openvpn/files/pkg-message.in index ff37ba1b92fb..29d37b360f3c 100644 --- a/security/openvpn/files/pkg-message.in +++ b/security/openvpn/files/pkg-message.in @@ -1,13 +1,17 @@ -### ------------------------------------------------------------------------ -### Edit /etc/rc.conf[.local] to start OpenVPN automatically at system -### startup. See %%PREFIX%%/etc/rc.d/openvpn for details. -### ------------------------------------------------------------------------ -### Connect to VPN server as a client with this command to include -### the client.up/down scripts in the initialization: -### openvpn-client <spec>.ovpn -### ------------------------------------------------------------------------ -### For compatibility notes when interoperating with older OpenVPN -### versions, please see <http://openvpn.net/relnotes.html> -### ------------------------------------------------------------------------ -### Note that OpenVPN does not officially support LibreSSL. -### ------------------------------------------------------------------------ +[ +{ type: install + message: <<EOM + Edit /etc/rc.conf[.local] to start OpenVPN automatically at system + startup. See %%PREFIX%%/etc/rc.d/openvpn for details. + + Connect to VPN server as a client with this command to include + the client.up/down scripts in the initialization: + openvpn-client <spec>.ovpn + + For compatibility notes when interoperating with older OpenVPN + versions, please see <http://openvpn.net/relnotes.html> + + Note that OpenVPN does not officially support LibreSSL. +EOM +} +] |