diff options
author | will <will@FreeBSD.org> | 2001-03-31 09:36:29 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-03-31 09:36:29 +0800 |
commit | a5278dfe7278ae977e702671e88c61f42a6d6f40 (patch) | |
tree | 881c42c2f6a84433b05bde0413cb40db7ef3602a /comms/pr/pkg-descr | |
parent | 078fd20f2d6eca0f3f0df32a06cb9641ee185392 (diff) | |
download | freebsd-ports-gnome-a5278dfe7278ae977e702671e88c61f42a6d6f40.tar.gz freebsd-ports-gnome-a5278dfe7278ae977e702671e88c61f42a6d6f40.tar.zst freebsd-ports-gnome-a5278dfe7278ae977e702671e88c61f42a6d6f40.zip |
Add pr 1.0, a daemon that connects local terminal device to a
terminal server.
PR: 26197
Submitted by: Anton Voronin <anton@urc.ac.ru>
Diffstat (limited to 'comms/pr/pkg-descr')
-rw-r--r-- | comms/pr/pkg-descr | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/comms/pr/pkg-descr b/comms/pr/pkg-descr new file mode 100644 index 000000000000..0c2f1e46b12d --- /dev/null +++ b/comms/pr/pkg-descr @@ -0,0 +1,19 @@ +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. + +WWW: http://rnoc.urc.ac.ru/~anton/projects/pr/PR.html |