1 --- a/properties/nm-vpnc-editor-plugin.c
2 +++ b/properties/nm-vpnc-editor-plugin.c
6 const char *decrypt_possible_paths[] = {
7 - "/usr/lib/vpnc/cisco-decrypt",
8 + "@vpnc@/bin/cisco-decrypt",
9 "/usr/bin/cisco-decrypt",
12 --- a/src/nm-vpnc-service.c
13 +++ b/src/nm-vpnc-service.c
17 static const char *vpnc_paths[] = {
21 "/usr/local/sbin/vpnc",
24 _LOGD (" vpnc interactive mode is %s", interactive_available ? "enabled" : "disabled");
25 _LOGD (" uses%s --bus-name \"%s\"", bus_name_free ? "" : " default", bus_name);
27 - if (system ("/sbin/modprobe tun") == -1)
28 + if (system ("@kmod@/bin/modprobe tun") == -1)
31 plugin = nm_vpnc_plugin_new (bus_name);