From 656419216f15bfb1859ba850d2d9c9d143034e23 Mon Sep 17 00:00:00 2001 From: kali Date: Tue, 8 Jan 2013 00:32:21 +0900 Subject: doc polishing --- docs/testers/howto.rst | 8 ++++---- src/leap/eip/openvpnconnection.py | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/testers/howto.rst b/docs/testers/howto.rst index aabcb2b0..31e12419 100644 --- a/docs/testers/howto.rst +++ b/docs/testers/howto.rst @@ -36,9 +36,9 @@ Download and source the following script in the parent folder where you want you .. code-block:: bash - $ cd /tmp - $ wget https://raw.github.com/leapcode/leap_client/develop/pkg/scripts/leap_client_bootstrap.sh - $ source leap_client_bootstrap.sh + cd /tmp + wget https://raw.github.com/leapcode/leap_client/develop/pkg/scripts/leap_client_bootstrap.sh + source leap_client_bootstrap.sh Tada! If everything went well, you should be able to run the client by typing:: @@ -68,7 +68,7 @@ Config files If you want to start fresh without config files, just move them. In linux:: - $ mv ~/.config/leap ~/.config/leap.old + mv ~/.config/leap ~/.config/leap.old Pulling latest changes ^^^^^^^^^^^^^^^^^^^^^^ diff --git a/src/leap/eip/openvpnconnection.py b/src/leap/eip/openvpnconnection.py index c2dc71a6..eb3b5ec0 100644 --- a/src/leap/eip/openvpnconnection.py +++ b/src/leap/eip/openvpnconnection.py @@ -276,6 +276,7 @@ to be triggered for each one of them. check if openvpn is already running """ try: + #FIXME this gives DeprecationWarning for process in psutil.get_process_list(): if process.name == "openvpn": logger.debug('an openvpn instance is already running.') -- cgit v1.2.3