2008-07-03 Dan Williams <dcbw@redhat.com>

* nm-openvpn-service.name.in
	  Makefile.am
		- Remove paths from .name file (requires applet r776 or later) to fix
			issues with multilib and magic path substitution in glibc



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3804 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams 2008-07-03 13:01:23 +00:00
parent e52f9aee79
commit cf9012cd4e
3 changed files with 9 additions and 4 deletions

View file

@ -1,3 +1,10 @@
2008-07-03 Dan Williams <dcbw@redhat.com>
* nm-openvpn-service.name.in
Makefile.am
- Remove paths from .name file (requires applet r776 or later) to fix
issues with multilib and magic path substitution in glibc
2008-07-02 Dan Williams <dcbw@redhat.com>
* properties/auth-helpers.c

View file

@ -24,8 +24,6 @@ endif
nm-openvpn-service.name: $(srcdir)/nm-openvpn-service.name.in Makefile
sed -e 's|[@]BINDIR[@]|$(bindir)|g' \
-e 's|[@]LIBEXECDIR[@]|$(libexecdir)|g' \
-e 's|[@]PREFIX[@]|$(prefix)|g' \
< $(srcdir)/nm-openvpn-service.name.in \
> nm-openvpn-service.name

View file

@ -4,6 +4,6 @@ service=org.freedesktop.NetworkManager.openvpn
program=@BINDIR@/nm-openvpn-service
[GNOME]
auth-dialog=@LIBEXECDIR@/nm-openvpn-auth-dialog
properties=@PREFIX@/${LIB}/libnm-openvpn-properties
auth-dialog=nm-openvpn-auth-dialog
properties=libnm-openvpn-properties