---
name: rinetd
version: 0.62_4
origin: net/rinetd
comment: A simple TCP port redirector
arch: freebsd:9:x86:64
www: UNKNOWN
maintainer: garga@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 47931
desc: "rinetd redirects TCP connections from one IP address and port to another. \nrinetd
  is a single-process server which handles any number of connections to \nthe address/port
  pairs specified in the file /etc/rinetd.conf. Since rinetd \nruns as a single process
  using nonblocking I/O, it is able to redirect a \nlarge number of connections without
  a severe impact on the machine. This \nmakes it practical to run TCP services on
  machines inside an IP masquerading \nfirewall. rinetd does not redirect FTP, because
  FTP requires more than one \nsocket. \n\nrinetd also supports basic allow/deny access
  control and logging.\n"
categories: [net]
options: {DOCS: on}
files:
  /usr/local/etc/rc.d/rinetd: 76c32c1ecdce9e9885a1411256ad22b97d11e042df8d81c45b97207f66fa17a4
  /usr/local/man/man8/rinetd.8.gz: ebb21512fafc8352b73ffbaf77a9033f9647f381c4d11b6989068cbe251afbde
  /usr/local/sbin/rinetd: 7404cd38faff1aaef3b811a276975dc46f90d498411870347bf390d379fa4ebc
  /usr/local/share/doc/rinetd/index.html: 380e5a6ff0719bd935f6fb5f60a5310093b88b4a4775428cde807998ad3ad6a4
directories:
  /usr/local/share/doc/rinetd/: n
scripts:
  post-install: |
    cd /usr/local
  pre-deinstall: |
    cd /usr/local
  post-deinstall: |
    cd /usr/local
message: |
  #
  # You can use the following parameters on /etc/rc.conf:
  #
  # rinetd_enable (bool): Set to "NO" by default.
  #                       Set it to "YES" to enable rinetd
  # rinetd_flags (str):   Set to "" by default.
  #                       Extra flags passed to start command
  #
