Comment 7 for bug 506010

Revision history for this message
Daniel Bertolo (daniel-bertolo) wrote :

This is the patch for Ubuntu 9.10. To apply the patch, do as follows:

- apt-get source network-manager-openvpn
- cd network-manager-openvpn-0.8.... (don't remember the long version number)
- patch -d . -p1 ../fragment-9.10.patch
- aclocal
- ./autogen.sh --prefix=/usr --libexecdir=/usr/lib/NetworkManager --sysconfdir=/etc --localstatedir=/var
- make
- sudo make install
- sudo service network-manager restart

--
Dani