Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typos in COMMENT | Carlo Strub | 2012-07-24 | 1 | -1/+1 |
| | | | | Notes: svn path=/head/; revision=301494 | ||||
* | In the rc.d scripts, change assignments to rcvar to use the | Doug Barton | 2012-01-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156 | ||||
* | Respect CFLAGS and friends. | Wesley Shields | 2011-05-12 | 2 | -0/+14 |
| | | | | | | | | PR: ports/156829 Submitted by: Alexander Hausner <alex@hugo.bmg.gv.at> (maintainer) Notes: svn path=/head/; revision=274021 | ||||
* | tcpproxy is a simple tcp connection proxy which combines the features of | Dennis Herrmann | 2011-04-03 | 4 | -0/+76 |
rinetd and 6tunnel. tcpproxy supports IPv4 and IPv6 and also supports connections from IPv6 to IPv4 endpoints and vice versa. WWW: http://www.spreadspace.org/tcpproxy/ PR: ports/156108 Submitted by: Alexander Hausner <alex@hugo.bmg.gv.at> Notes: svn path=/head/; revision=272145 |