diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-02 23:41:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-02 23:41:59 +0000 |
commit | 3f9395d5998ece19534fc47493b98bfb0a00793b (patch) | |
tree | 36954c6f99c1ab46e8ee4b8b112a0e72258151b6 /net/unix2tcp | |
parent | 15ff385bde691ac504e6c2180bd5f7196b5e03b3 (diff) | |
download | ports-3f9395d5998ece19534fc47493b98bfb0a00793b.tar.gz ports-3f9395d5998ece19534fc47493b98bfb0a00793b.zip |
Remove Author from pkg-descr and white space fixes
Notes
Notes:
svn path=/head/; revision=380309
Diffstat (limited to 'net/unix2tcp')
-rw-r--r-- | net/unix2tcp/pkg-descr | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/unix2tcp/pkg-descr b/net/unix2tcp/pkg-descr index 080b400f91cf..f7f382bc8fe6 100644 --- a/net/unix2tcp/pkg-descr +++ b/net/unix2tcp/pkg-descr @@ -1,5 +1,5 @@ Aims: -- To listen on a local UNIX socket and tunnel any incoming connections and +- To listen on a local UNIX socket and tunnel any incoming connections and traffic to a (remote) IP address/port What it does: @@ -10,5 +10,4 @@ What it does: What it doesn't do (yet): - Doesn't limit number of concurrent connections -Author: <dizzy@roedu.net> WWW: http://ahriman.bucharest.roedu.net/unix2tcp/ |