summaryrefslogtreecommitdiffstats
path: root/src/ifplugd.action
AgeCommit message (Collapse)AuthorFilesLines
2015-01-12Unify wired and wireless automatic profile selection (FS#35252)Jouke Witteveen1-28/+18
The previous wired automatic profile selection procedure was not properly documented. Now both wired and wireless automatic profile selection use ExcludeAuto= and Priority=
2013-07-12Style fixesJouke Witteveen1-1/+4
Redirect syntax and a modeline.
2013-01-05Fix stopping wired connectionsJouke Witteveen1-1/+4
- Stop dhcpcd also when DHCPClient is not specified - Exit successfully in ifplugd on going down
2013-01-03Indentation fixesJouke Witteveen1-20/+20
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.
2013-01-01Fix netctl-ifplugdJouke Witteveen1-1/+1
As ifplugd brings the interface up, we need to use ForceConnect.
2012-12-31Fix typoEvan Callicoat1-2/+2
2012-12-29Make paths available for state filesJouke Witteveen1-0/+1
2012-12-28Forking netcfg to netctl (2/2)Jouke Witteveen1-12/+17
This commit contains the refactoring and rewriting of code.
2012-12-28Forking netcfg to netctl (1/2)Jouke Witteveen1-0/+49
This commit contains the moving of files.