| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
27 Mar 2010 00:15:24
20050420_2
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
20 Jul 2009 19:55:59
20050420_2
|
dougb  |
Tune up the rc.d script a little:
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 |
20 Jul 2009 03:49:12
20050420_2
|
pgollucci  |
- Fix duplicate rc.d scripts
PR: ports/13883
Reported by: Alexander Hausner <alex@hugo.bmg.gv.at> |
17 Jul 2009 19:41:08
20050420_1
|
pgollucci  |
- USE_RC_SUBR != yes
PR: ports/136845
Approved by: maintainer
Submitted by: myself (pgollucci@) |
05 Jan 2009 21:36:39
20050420
|
pav  |
- Remove conditional checks for FreeBSD 5.x and older |
11 May 2006 23:49:56
20050420
|
edwin  |
Remove USE_REINPLACE from all categories starting with N |
22 Jan 2006 21:24:05
20050420
|
edwin  |
SHA256ify
Approved by: krion@ |
22 Apr 2005 19:53:12
20050420
|
jylefort  |
- Update to 20050420
- Cleanup the Makefile
PR: ports/80243
Submitted by: Alexander Hausner <alex@hugo.bmg.gv.at> (maintainer)
Approved by: adamw (mentor) |
16 Mar 2005 21:23:15
20050303
|
pav  |
ifdepd implements dependencies between network interfaces in a
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> |