mirror of
https://github.com/gryf/wicd.git
synced 2025-12-19 12:28:08 +01:00
The output of dhclient is now parsed by wicd and used to determine why the connection failed. All the wpa_supplicant conf files will now generate a ctrl_interface, so that they can be accessed by wpa_cli. wpa_cli now is used by wicd to attempt to determine is wpa_supplicant authentication was successful. This is still experimental, and might have to be tweaked to work properly. If wicd.py is started and the daemon isn't present, it will autolaunch it by calling launchdaemon.sh, instead of asking the user to start the daemon manually. Cleaned up some comments, formatting, etc. Probably a couple of other little bug fixes I'm forgetting.
5 lines
77 B
Bash
Executable File
5 lines
77 B
Bash
Executable File
#!/bin/bash
|
|
echo "Starting wicd daemon..."
|
|
/opt/wicd/daemon.py 2> /dev/null
|
|
|