1
0
mirror of https://github.com/gryf/wicd.git synced 2026-01-30 20:45:46 +01:00

Couple of fixes, started integrating a feature that will allow Wicd to smartly detect wired networks, by using detected wireless networks and connected USB devices

This commit is contained in:
compwiz18
2008-03-21 03:38:57 +00:00
parent 98b2547890
commit b5609dc209
3 changed files with 10 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ To install, just run:
sudo python setup.py install
For now almost all the files and directories are dumped to /opt/wicd, though
it's possible for the user to specify a different directory by editting two files;
it's possible for the user to specify a different directory by editing two files;
setup.cfg, and wpath.py. Simply change all mentions of /opt/wicd in those files
to the directory of your choice.