diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-19 18:44:11 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-19 18:44:11 +0800 |
commit | 3f42e716135bc048b90cb6cca188f324e65c69dc (patch) | |
tree | 8c3238b7f0cbec2e9210d52f562960bb22323a7d /net/rinetd/pkg-descr | |
parent | e127cf2f03a87283f703b70f81a3e1891e56e7f5 (diff) | |
download | freebsd-ports-gnome-3f42e716135bc048b90cb6cca188f324e65c69dc.tar.gz freebsd-ports-gnome-3f42e716135bc048b90cb6cca188f324e65c69dc.tar.zst freebsd-ports-gnome-3f42e716135bc048b90cb6cca188f324e65c69dc.zip |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket
Diffstat (limited to 'net/rinetd/pkg-descr')
-rw-r--r-- | net/rinetd/pkg-descr | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/net/rinetd/pkg-descr b/net/rinetd/pkg-descr index 347ebcb4eef9..3d09a7376b5a 100644 --- a/net/rinetd/pkg-descr +++ b/net/rinetd/pkg-descr @@ -1,10 +1,10 @@ -rinetd redirects TCP connections from one IP address and port to another. -rinetd is a single-process server which handles any number of connections to -the address/port pairs specified in the file /etc/rinetd.conf. Since rinetd -runs as a single process using nonblocking I/O, it is able to redirect a -large number of connections without a severe impact on the machine. This -makes it practical to run TCP services on machines inside an IP masquerading -firewall. rinetd does not redirect FTP, because FTP requires more than one -socket. +rinetd redirects TCP connections from one IP address and port to another. +rinetd is a single-process server which handles any number of connections to +the address/port pairs specified in the file /etc/rinetd.conf. Since rinetd +runs as a single process using nonblocking I/O, it is able to redirect a +large number of connections without a severe impact on the machine. This +makes it practical to run TCP services on machines inside an IP masquerading +firewall. rinetd does not redirect FTP, because FTP requires more than one +socket. rinetd also supports basic allow/deny access control and logging. |