summaryrefslogtreecommitdiffstats
path: root/scripts/ifplugd.action
AgeCommit message (Collapse)AuthorFilesLines
2012-04-11Add netcfg-daemonJouke Witteveen1-0/+0
For reuse in a systemd service
2012-04-09Remove wireless-dbus and ethernet-iproute supportJouke Witteveen1-13/+8
- wireless-dbus is not simple enough for netcfg - some contributed code was not used and the rest of the code had caught up functionality wise - we switched to iproute so we need to stop pretending it is an 'option' - it is no longer fatal in the ifplugd scrict to have multiple preferred profiles
2012-03-01Code quality upgradeJouke Witteveen1-4/+4
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-22ifplugd.action is a bash scriptJouke Witteveen1-1/+1
It sources /etc/rc.d/functions, which is a bash script. This fixes FS#28022 which was reported by jstjohn (jstjohn).
2011-08-20Reorganize files to match install location closerRémy Oudompheng1-0/+54
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>