aboutsummaryrefslogtreecommitdiffstats
path: root/net/ifdepd
Commit message (Collapse)AuthorAgeFilesLines
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* Tune up the rc.d script a little:dougb2009-07-211-14/+10
| | | | | | | | | | 1. Add a $FreeBSD Id 2. Remove the spurious FreeBSD KEYWORD 3. s#/etc/rc.subr#%%RC_SUBR%%# 4. s#/usr/local#%%PREFIX%%# 5. Move load_rc_config to after the method definition and move the default _enable assignment after it. 6. The _stop method was a less efficient version of the default, so remove it
* - Fix duplicate rc.d scriptspgollucci2009-07-202-5/+4
| | | | | PR: ports/13883 Reported by: Alexander Hausner <alex@hugo.bmg.gv.at>
* - USE_RC_SUBR != yespgollucci2009-07-183-12/+59
| | | | | | PR: ports/136845 Approved by: maintainer Submitted by: myself (pgollucci@)
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-061-7/+1
|
* Remove USE_REINPLACE from all categories starting with Nedwin2006-05-121-1/+0
|
* SHA256ifyedwin2006-01-231-0/+1
| | | | Approved by: krion@
* - Update to 20050420jylefort2005-04-233-8/+44
| | | | | | | | - Cleanup the Makefile PR: ports/80243 Submitted by: Alexander Hausner <alex@hugo.bmg.gv.at> (maintainer) Approved by: adamw (mentor)
* ifdepd implements dependencies between network interfaces in apav2005-03-174-0/+65
reliable way. If any of the source interfaces fails, ifdepd sets all destination interfaces to state down. If all source interfaces are active, ifdepd sets all destination interfaces to state up. For example, it can be used with carp(4) to provide failover functionality on gateways/firewalls. ifdepd is a simple replacement for ifstated and was written because of problems with ifstated. PR: ports/78819 Submitted by: Alexander Hausner <alex@hugo.bmg.gv.at>