Skip to content

Commit

Permalink
Add vpnc-script locations for FreeBSD and OpenBSD packages
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
dwmw2 committed Jan 10, 2019
1 parent c04dd44 commit 7a716d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -81,7 +81,7 @@ if test "$with_vpnc_script" = "yes" || test "$with_vpnc_script" = ""; then
if test "$have_win" = "yes"; then
with_vpnc_script=vpnc-script-win.js
else
for with_vpnc_script in /usr/share/vpnc-scripts/vpnc-script /etc/vpnc/vpnc-script; do
for with_vpnc_script in /usr/local/share/vpnc-scripts/vpnc-script /usr/local/sbin/vpnc-script /usr/share/vpnc-scripts/vpnc-script /usr/sbin/vpnc-script /etc/vpnc/vpnc-script; do
if test -x "$with_vpnc_script"; then
break
fi
Expand Down

0 comments on commit 7a716d0

Please sign in to comment.