summaryrefslogtreecommitdiff
path: root/conf.d/Makefile.FreeBSD
Commit message (Collapse)AuthorAge
* consolodate MakefilesWilliam Hubbs2011-10-18
| | | | | | | | | | The tree contained many operating system specific Makefiles which were being included in other Makefiles. This commit removes those and adds the code to the makefiles which included them using make's conditional processing. X-Gentoo-Bug: 387441 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=387441
* default route commands on Linux now require gw or via (iproute2).William Hubbs2009-12-19
|
* Fix compile on NetBSD and FreeBSDRoy Marples2009-05-05
|
* Pull /etc/ifconfig.eth0 into interfacesRoy Marples2009-04-19
| | | | | | Reverse list of interfaces when stopping Improve build for conf.d/network
* Add a new init script - networkRoy Marples2009-04-16
| | | | | | | | | This simply assigns static addresses and an optional default route. It's possible to add external commands as well, so to create a bonded interface. Hopefully we can add a few examples to satisfy most of the old net.lo, which is no longer installed into boot by default.
* Add a config file for ipfw, #110Roy Marples2008-09-18
|
* Rework our folder structure so that we don't have OS specific dirs, making ↵Roy Marples2008-03-25
it easier to share init and conf files per OS.