0ca8849103
Fix default control-interface in rc.d script and also make it user-selectable at build time, defaulting to VICI. Also mention this change in pkg-message, as previously the default was "stroke" and it was changed to "vici" with only a short notice in UPDATING, that was not displayed when using binary upgrades. Committing a portfmt'd version. PR: 255952 Approved by: strongswan@Nanoteq.com (maintainer)
19 lines
580 B
Text
19 lines
580 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
The default strongSwan configuration interface have been updated to vici since version 5.9.2_1.
|
|
To use the stroke interface by default either compile the port without the vici option or
|
|
set 'strongswan_interface="stroke"' in your rc.conf file.
|
|
EOM
|
|
}
|
|
{
|
|
type: upgrade
|
|
minimum_version: "5.9.2_1"
|
|
message: <<EOM
|
|
The default strongSwan configuration interface have been updated to vici.
|
|
To use the stroke interface by default either compile the port without the vici option or
|
|
set 'strongswan_interface="stroke"' in your rc.conf file.
|
|
EOM
|
|
}
|
|
]
|
|
|