summaryrefslogtreecommitdiffstats
path: root/scripts/netcfg-wpa_actiond
AgeCommit message (Collapse)AuthorFilesLines
2012-10-15Shed some historyJouke Witteveen1-6/+0
Prepare for the 3.0 release.
2012-10-12Fix whitespace and quotingJouke Witteveen1-4/+4
2012-07-172.8.8 release updatesJouke Witteveen1-2/+1
2012-07-14Fix pid-based kills (FS#30664)Jouke Witteveen1-0/+3
The command argument to timeout_wait cannot reference positional parameters (they would become the positional parameters to timeout_wait). We kill wpa_actiond if it does not die with wpa_supplicant.
2012-07-05Don't try to kill a dead wpa_actiond (FS#29963)Jouke Witteveen1-1/+0
wpa_actiond kills itself when wpa_supplicant propagates its termination.
2012-07-05Rethink management of socket location for wpa_supplicantJouke Witteveen1-2/+1
This may be set in a custom supplicant configuration file. All this is needed to cater for that. The new name of the tracking variable is WPA_CTRL_DIR, conform the environment variable of wpa_cli -a.
2012-06-25Make AUTO_PROFILES an arrayJouke Witteveen1-1/+7
The previous commit alters the config file (/etc/conf.d/netcfg), marking the right moment for this change.
2012-04-11Remove obsolete references to /etc/rc.confJouke Witteveen1-1/+0
Configuration is done through /etc/conf.d/netcfg. Compatibility with configuration through /etc/rc.conf is dropped.
2012-03-27Uniformize SUBR_DIR quotingJouke Witteveen1-2/+2
It needs to be quoted when used as an argument. Putting the name in curly braces is unnecessary.
2012-03-12Rename -i parameter to -DJouke Witteveen1-2/+2
-i is not a very cool parameter for downing an interface. Change it to -D so that it mirrors -R in the sense that a capital is used for interface-based actions. The old behaviour is kept (undocumented) for backward compatibility. Also a typo (iface-recont should have been iface-recon) is fixed. Lastly some restrictions on profile naming are included in the documentation. The "should not start with '@'" is only for usage with net-profiles.
2012-03-04Remove cat-subshells (cosmetic)Jouke Witteveen1-1/+1
The use of cat in a subshell is distractive. This makes the code more beautiful.
2012-03-01Code quality upgradeJouke Witteveen1-5/+5
This is what you get when Dave Reisner points you at some bash anti-patterns. Also in this commit: - updated documentation - bugfix revision of the IPv6 SLAAC address/route bug
2012-02-27Reconnect syntax for interfaces (FS#28196)Jouke Witteveen1-3/+1
It is now possible to reconnect based on the name of the interface.
2011-08-20Reorganize files to match install location closerRémy Oudompheng1-0/+90
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>