| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
14 Jan 2012 08:57:23
20110412
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
15 Apr 2011 13:23:12
20110412
|
pav  |
- Update to 20110412
PR: ports/156354
Submitted by: Alexander Hausner <alex@hugo.bmg.gv.at> (maintainer) |
21 Nov 2010 22:55:13
20050420_3
|
nivit  |
- Fix a syntax error in the ifdepd startup script
- Bump PORTREVISION
- Remove the MD5 checksum from distinfo
PR: ports/152397
Submitted by: Alexander Hausner <alex@hugo.bmg.gv.at> (maintainer) |
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 18: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 02: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 18: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 22: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 18: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> |