diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-03-17 19:12:31 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-03-17 19:12:31 +0000 |
commit | ca2eb5c646fa7c1e7d22351554d1efe72bb4a40d (patch) | |
tree | 7fd4531cedc3432d36ede23978e65bc0cb132266 /security/strongswan | |
parent | 26b501259ff65d0119f316d528950a6e995d7505 (diff) |
Notes
Diffstat (limited to 'security/strongswan')
-rw-r--r-- | security/strongswan/Makefile | 1 | ||||
-rw-r--r-- | security/strongswan/files/strongswan.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/security/strongswan/Makefile b/security/strongswan/Makefile index ef97d7232d7d..0d440afc0021 100644 --- a/security/strongswan/Makefile +++ b/security/strongswan/Makefile @@ -3,6 +3,7 @@ PORTNAME= strongswan DISTVERSION= 5.9.2 +PORTREVISION= 1 CATEGORIES= security net-vpn MASTER_SITES= http://download.strongswan.org/ \ http://download2.strongswan.org/ diff --git a/security/strongswan/files/strongswan.in b/security/strongswan/files/strongswan.in index afc7288acb4a..4eaac03b8bbe 100644 --- a/security/strongswan/files/strongswan.in +++ b/security/strongswan/files/strongswan.in @@ -27,7 +27,7 @@ rcvar=strongswan_enable load_rc_config $name : ${strongswan_enable:=NO} -: ${strongswan_interface:="stroke"} +: ${strongswan_interface:="vici"} extra_commands="reload statusall" |