Unverified Commit d4339262 authored by neil's avatar neil Committed by GitHub
Browse files

Merge pull request #1273 from jlduran/add-strongswan-freebsd

Add support for strongSwan deploys in FreeBSD
parents aa831fee fac0beaa
......@@ -22,6 +22,8 @@ strongswan_deploy() {
_ipsec=/usr/sbin/ipsec
elif [ -x /usr/sbin/strongswan ]; then
_ipsec=/usr/sbin/strongswan
elif [ -x /usr/local/sbin/ipsec ]; then
_ipsec=/usr/local/sbin/ipsec
else
_err "no strongswan or ipsec command is detected"
return 1
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment