summaryrefslogtreecommitdiffstats
path: root/src/netctl-auto
AgeCommit message (Collapse)AuthorFilesLines
2013-07-23Rework some lines in netctl-autoSebastian Wicki1-4/+6
2013-07-23More consistent quoting in netctl-autoSebastian Wicki1-24/+24
2013-07-21Rewrite of netctl-autoSebastian Wicki1-40/+228
This adds a command line interface to the netctl-auto script to allow users more control over the automatic profile selection.
2013-04-15Fix naming of IEEE 802 working groupsJouke Witteveen1-1/+1
Use 'wpa' to refer to the 802.11i and 802.1x client side software (wpa_supplicant) in general.
2013-03-19Fix termination of wpa_actiondJouke Witteveen1-14/+10
wpa_supplicant would not immediately terminate with an attached ctrl monitor.
2013-01-03Indentation fixesJouke Witteveen1-11/+11
This settles a style for 'case' statements: The label and closing colons are indented with two spaces, The body is indented with two more, totalling four spaces.
2012-12-31Fix netctl-autoJouke Witteveen1-10/+14
Curtis Shimamoto noted it did not work.
2012-12-28Forking netcfg to netctl (2/2)Jouke Witteveen1-75/+62
This commit contains the refactoring and rewriting of code.
2012-12-28Forking netcfg to netctl (1/2)Jouke Witteveen1-0/+87
This commit contains the moving of files.