leif pushed a commit to branch master.

http://git.enlightenment.org/apps/econnman.git/commit/?id=03212566da392305e1549a15ebe216df7ba98970

commit 03212566da392305e1549a15ebe216df7ba98970
Author: Matthias Wauer <matthiaswa...@googlemail.com>
Date:   Mon Jan 20 14:42:54 2014 +0100

    Added missing installation note for econnman.config
    
    Summary:
    econnman.config must be writeble for group owners, so change
    modus accordingly.
    
    Test Plan:
    Installation of econnman.config with and without changing
    file acces rights and trying to connect to ieee8021x secured network.
    
    Reviewers: leif
    
    CC: FillFeile
    
    Differential Revision: https://phab.enlightenment.org/D476
---
 README | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README b/README
index 4f9caf8..f060206 100644
--- a/README
+++ b/README
@@ -37,6 +37,7 @@ Install::
 
         make install
         chown root:users /var/lib/connman/econnman.config
+        chmod g+w /var/lib/connman/econnman.config
 
 If you wish to install at alternative locations, then make sure to
 configure your PYTHONPATH to be able to access this location!

-- 


Reply via email to