summaryrefslogtreecommitdiffstats
path: root/rc.d
AgeCommit message (Collapse)AuthorFilesLines
2012-08-31ifplugd path change (FS#31340)Jouke Witteveen1-3/+3
Needed after ifplugd: 0.28-12 update.
2012-08-08Better error handling in automatic connect scriptsTasos Latsas2-10/+6
Signed-off-by: Tasos Latsas <tlatsas2000@gmail.com>
2012-05-14Fix sh compatibility (FS#29880)Jouke Witteveen1-2/+2
Installing Virtualbox guest additions should work again.
2012-04-15Restore support for kernel command lineJouke Witteveen2-15/+21
It is once again possible to use NET= at the kernel command line when using net-profiles.
2012-04-11Add netcfg-daemonJouke Witteveen1-41/+13
For reuse in a systemd service
2012-04-11Rewrite output hook to not depend on initscriptsJouke Witteveen2-1/+4
/etc/rc.d/functions is owned by initscripts on which netcfg does not explicitly depend. The revised layout is inspired by systemd.
2012-04-10Remove multi-version supportJouke Witteveen1-4/+4
Having multiple versions of netcfg around is not supported.
2012-03-01Code quality upgradeJouke Witteveen3-15/+12
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-23Add backgrounding functionality to net-profilesJouke Witteveen2-5/+14
Known from the DAEMONS syntax in rc.conf, it is now possible to start netcfg profiles in the background. This fixes FS#23934 which was reported by Andrej Podzimek (andrej).
2012-02-22Make net-auto-wired more like net-auto-wirelessJouke Witteveen1-13/+25
The latter is more advanced. This fixes FS#26607 which was reported by Olivier Mehani (shtrom).
2011-08-20Support more options in /etc/conf.d/netcfg (FS#25588)Rémy Oudompheng2-0/+2
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-08-20Reorganize files to match install location closerRémy Oudompheng4-0/+219
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>