summaryrefslogtreecommitdiffstats
path: root/src/netctl-auto
AgeCommit message (Collapse)AuthorFilesLines
2015-01-12Unify wired and wireless automatic profile selection (FS#35252)Jouke Witteveen1-7/+4
The previous wired automatic profile selection procedure was not properly documented. Now both wired and wireless automatic profile selection use ExcludeAuto= and Priority=
2014-08-05Code qualityJouke Witteveen1-1/+1
2014-03-01Prohibit user invocation of netctl-auto [start|stop]Sebastian Wicki1-0/+3
Instead of using systemctl to manage the netctl-auto service, some users try to invoke the start/stop commands of netctl-auto directly. Although this behaviour is explicitly discouraged in the man page, this seems to be a source of confusion. The changes introduced in de8c80f will cause other netctl-auto commands to fail if the netctl-auto service was not spawned by systemd. Therefore, this change emits an error message if netctl-auto [start|stop] is invoked from an interactive terminal.
2014-03-01Change how netctl-auto looks for active interfacesSebastian Wicki1-7/+8
Instead of searching for wpa_actiond pid files, the netctl-auto utility now looks for running systemd netctl-auto units.
2013-10-23Minor rfkill refactorizationJouke Witteveen1-2/+2
Testing whether transmission is blocked at all is now possible through [[ -n $(rf_status "$Interface" "$RFKill") ]]
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.