summaryrefslogtreecommitdiffstats
path: root/src/lib/auto.action
AgeCommit message (Collapse)AuthorFilesLines
2013-07-25Make netctl-auto more hook friendlyJouke Witteveen1-19/+8
The hooks (including any interface hook) are loaded each time a wpa event occurs. This means the auto.action script can be extended in the hooks. For this purpose, several exported variables (mainly $ACTION) can be checked for their value. The name of the active profile is not exported, but still available (just as in ordinary netctl usage) through the $Profile variable. Profiles ending in .action are disallowed (reserved for possible future use). Both ifplugd and wpa_actiond have a notion of 'action script'.
2013-04-10Fix DHCPOptionsJouke Witteveen1-2/+2
Split them into different variables for different clients. Also, IP6 gets its own, so that it can have options different from the IP4 invocation.
2013-03-19Fix termination of wpa_actiondJouke Witteveen1-4/+1
wpa_supplicant would not immediately terminate with an attached ctrl monitor.
2013-01-03Indentation fixesJouke Witteveen1-4/+4
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-30Forgotten lines on automatic connection scriptsJouke Witteveen1-1/+0
- The services now bind to their interfaces correctly. - Documentation of ExcludeAuto is added.
2012-12-29Make paths available for state filesJouke Witteveen1-0/+1
2012-12-28Forking netcfg to netctl (2/2)Jouke Witteveen1-42/+43
This commit contains the refactoring and rewriting of code.
2012-12-28Forking netcfg to netctl (1/2)Jouke Witteveen1-0/+56
This commit contains the moving of files.