2007-06-21 Christopher Aillon <caillon@redhat.com>

* nm-openvpn-service.name.in:
	* nm-ppp-starter.name.in:
	* nm-vpnc-service.name.in:
	Make the properties library path multilib friendly (#447577)



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2609 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Christopher Aillon 2007-06-21 23:47:15 +00:00 committed by Chris Aillon
parent 5c3c4d2c49
commit 1519dc6035
6 changed files with 24 additions and 9 deletions

View file

@ -1,3 +1,8 @@
2007-06-21 Christopher Aillon <caillon@redhat.com>
* nm-openvpn-service.name.in:
Make the properties library path multilib friendly (#447577)
2007-04-02 Dan Williams <dcbw@redhat.com>
Patch from Christian Persch <chpe@gnome.org>

View file

@ -1,8 +1,8 @@
[VPN Connection]
name=openvpn
service=org.freedesktop.NetworkManager.openvpn
program=@BINDIR@/nm-openvpn-service
program=@bindir@/nm-openvpn-service
[GNOME]
auth-dialog=@LIBEXECDIR@/nm-openvpn-auth-dialog
properties=@LIBDIR@/libnm-openvpn-properties
auth-dialog=@libexecdir@/nm-openvpn-auth-dialog
properties=@prefix@/${LIB}/libnm-openvpn-properties

View file

@ -1,3 +1,8 @@
2007-06-21 Christopher Aillon <caillon@redhat.com>
* nm-ppp-starter.name.in:
Make the properties library path multilib friendly (#447577)
2007-06-13 Christopher Aillon <caillon@redhat.com>
Patch from Christian Persch <chpe@gnome.org>

View file

@ -1,8 +1,8 @@
[VPN Connection]
name=ppp
service=org.freedesktop.NetworkManager.ppp_starter
program=@BINDIR@/nm-ppp-starter
program=@bindir@/nm-ppp-starter
[GNOME]
auth-dialog=@LIBEXECDIR@/nm-ppp-auth-dialog
properties=@LIBDIR@/libnm-ppp-properties
auth-dialog=@libexecdir@/nm-ppp-auth-dialog
properties=@prefix@/${LIB}/libnm-ppp-properties

View file

@ -1,3 +1,8 @@
2007-06-21 Christopher Aillon <caillon@redhat.com>
* nm-vpnc-service.name.in:
Make the properties library path multilib friendly (#447577)
2007-06-11 Christopher Aillon <caillon@redhat.com>
* properties/nm-vpnc-dialog.glade:

View file

@ -1,8 +1,8 @@
[VPN Connection]
name=vpnc
service=org.freedesktop.NetworkManager.vpnc
program=@BINDIR@/nm-vpnc-service
program=@bindir@/nm-vpnc-service
[GNOME]
auth-dialog=@LIBEXECDIR@/nm-vpnc-auth-dialog
properties=@LIBDIR@/libnm-vpnc-properties
auth-dialog=@libexecdir@/nm-vpnc-auth-dialog
properties=@prefix@/${LIB}/libnm-vpnc-properties