1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/comms/pr/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

18 lines
773 B
Plaintext

The package consists of two programs - PortRedorector and PortTest.
PortRedirector is a daemon that runs telnet to the remote port of the
terminal server and redirects its input and output to a virtual terminal
device (/dev/pty*). The corresponding slave device (dev/tty*) then can
be used by an application that expects a local async terminal port. For
example, to monitor a UPS (connected to AUX ports on a Cisco router)
using nut.
Whenever telnet subprocess terminates on any reason, it is restarted as
soon as any data received from the terminal device.
It can also work when authentication is required, i.e. it can pass
username and password specified in its configuration file.
PortTest is something like cu(1). You can use either of them to test the
connection.