| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
14 Jan 2012 08:57:23
0.6.0r1
|
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 May 2011 02:49:17
0.6.0r1
|
dougb  |
Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""
These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.
In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.
In a few places, add $FreeBSD$
No functional changes, so no PORTREVISION bumps |
20 Mar 2011 12:54:45
0.6.0r1
|
miwi  |
- Get Rid MD5 support |
27 Mar 2010 00:15:24
0.6.0r1
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
16 Feb 2010 21:34:26
0.6.0r1
|
lx  |
Update to 0.6.0 RC1, which should resolve problems setting up the tun interface.
PR: ports/141773
Feature safe: yes |
11 Dec 2009 04:31:04
0.5.2
|
lx  |
- Update to 0.5.2
- Take maintainership, approved by rafan
- Fix bug in ifconfig cmdline |
26 Jan 2009 04:34:46
0.5.0
|
rafan  |
- Update to 0.5.0 |
05 Oct 2008 09:50:55
0.4.2
|
rafan  |
- Update to 0.8.2
Submitted by: chipitsine at gmail.com |
11 Jan 2008 15:47:24
0.4.1_1
|
rafan  |
- Add rc script for iodine server
- Add iodined manual page (links to iodine's)
PR: ports/119452 (based on)
Submitted by: Daniel Roethlisberger <daniel at roe.ch> |
15 Dec 2007 09:10:34
0.4.1
|
rafan  |
- Update to 0.4.1 |
29 Mar 2007 11:04:20
0.4.0
|
rafan  |
- Update to 0.4.0 |
24 Feb 2007 07:52:26
0.3.4
|
rafan  |
Add iodine 0.3.4, tunnel IPv4 data through a DNS server. |