summaryrefslogtreecommitdiffstats
path: root/scripts/netcfg-wpa_actiond
AgeCommit message (Collapse)AuthorFilesLines
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>