diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/dev/environment.rst | 10 | 
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  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  | 
