1 diff --git a/shared/utils.c b/shared/utils.c
2 index 453e277..28716a5 100644
5 @@ -39,7 +39,7 @@ check_ipsec_daemon(const char *path)
9 - static const char *ipsec_binary_paths[] = {"/usr/bin/ipsec",
10 + static const char *ipsec_binary_paths[] = {"@strongswan@/bin/ipsec",
13 "/usr/local/sbin/ipsec",
14 @@ -70,7 +70,7 @@ nm_find_l2tpd(NML2tpL2tpDaemon *l2tp_daemon)
15 "/usr/local/sbin/kl2tpd",
18 - static const char *xl2tp_binary_paths[] = {"/usr/bin/xl2tpd",
19 + static const char *xl2tp_binary_paths[] = {"@xl2tpd@/bin/xl2tpd",
22 "/usr/local/sbin/xl2tpd",