summaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
authorkali <kali@leap.se>2013-01-23 07:02:58 +0900
committerkali <kali@leap.se>2013-01-23 07:02:58 +0900
commit8226d6032b6db0c15ff70e377f87f4acfdd21787 (patch)
tree95fcc3b400eee4297a73ac94db75bc5dfc56c4d0 /docs/dev
parent06a1ef47e1719c3987006043fd1aae10e6da5c86 (diff)
working up/down resolv-conf script
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/environment.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/dev/environment.rst b/docs/dev/environment.rst
index 9f70cb04..3c2b0291 100644
--- a/docs/dev/environment.rst
+++ b/docs/dev/environment.rst
@@ -90,6 +90,15 @@ Or, if you prefer, you can also `download the official PyQt tarball<http://www.r
this section could be completed with useful options that can be passed to the virtualenv command (e.g., to make portable paths, site-packages, ...).
+.. _files:
+
+Copy script files
+-----------------
+
+The openvpn invocation expects some files to be in place. If you have not installed `leap-client` from a debian package, you must copy these files manually::
+
+ $ sudo mkdir -p /etc/leap
+ $ sudo cp pkg/linux/resolv-update /etc/leap
.. _policykit:
@@ -103,6 +112,7 @@ If you *only* are running the client from inside a virtualenv, you will need to
$ sudo cp pkg/linux/polkit/net.openvpn.gui.leap.policy /usr/share/polkit-1/actions/
+
Missing Authentication agent
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^