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