diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-14 12:16:12 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-14 12:16:12 +0000 |
commit | bc89cd3d2cf8f4e777f70bdaf1a643f550fa6e38 (patch) | |
tree | d93b56c802078ea422367abc82bd53ab1780d10b /security/openvpn-devel/files/pkg-message.in | |
parent | Convert to UCL & cleanup pkg-message (categories [p-r]) (diff) |
Convert to UCL & cleanup pkg-message (categories s)
Notes
Notes:
svn path=/head/; revision=508909
Diffstat (limited to 'security/openvpn-devel/files/pkg-message.in')
-rw-r--r-- | security/openvpn-devel/files/pkg-message.in | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/security/openvpn-devel/files/pkg-message.in b/security/openvpn-devel/files/pkg-message.in index 8c1eaa14b3b2..30a09c41c615 100644 --- a/security/openvpn-devel/files/pkg-message.in +++ b/security/openvpn-devel/files/pkg-message.in @@ -1,11 +1,15 @@ -### ------------------------------------------------------------------------ -### 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> -### ------------------------------------------------------------------------ +[ +{ 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> +EOM +} +] |