vpnc plugin should look in /usr/local/sbin for binary



In case vpnc is compiled manually, it is often
installed in /usr/local/sbin.
Thus, the vpnc plugin should look for the binary in
this directory as well.
I have appended a trivial patch which provokes this.

So far
Olaf


		
___________________________________________________________ 
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de
Index: nm-vpnc-service.c
===================================================================
RCS file: /cvs/gnome/NetworkManager/vpn-daemons/vpnc/src/nm-vpnc-service.c,v
retrieving revision 1.21
diff -r1.21 nm-vpnc-service.c
54a55
>       "/usr/local/sbin",
356a358,359
>       gboolean                enable_1des = false;
>       GConfClient             *gconfclient;
376a380,383
>       gconfclient = gconf_client_get_default ();
>       enable_1des = gconf_client_get_bool (gconfclient,
>
>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]