aboutsummaryrefslogtreecommitdiff
path: root/net/ifdepd
Commit message (Collapse)AuthorAgeFilesLines
* Tune up the rc.d script a little:Doug Barton2009-07-201-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 Notes: svn path=/head/; revision=238124
* - Fix duplicate rc.d scriptsPhilip M. Gollucci2009-07-202-5/+4
| | | | | | | | PR: ports/13883 Reported by: Alexander Hausner <alex@hugo.bmg.gv.at> Notes: svn path=/head/; revision=238082
* - USE_RC_SUBR != yesPhilip M. Gollucci2009-07-173-12/+59
| | | | | | | | | PR: ports/136845 Approved by: maintainer Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=237999
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-7/+1
| | | | Notes: svn path=/head/; revision=225305
* Remove USE_REINPLACE from all categories starting with NEdwin Groothuis2006-05-111-1/+0
| | | | Notes: svn path=/head/; revision=162141
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* - Update to 20050420Jean-Yves Lefort2005-04-223-8/+44
| | | | | | | | | | | - Cleanup the Makefile PR: ports/80243 Submitted by: Alexander Hausner <alex@hugo.bmg.gv.at> (maintainer) Approved by: adamw (mentor) Notes: svn path=/head/; revision=133952
* ifdepd implements dependencies between network interfaces in aPav Lucistnik2005-03-164-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> Notes: svn path=/head/; revision=131435