Skip to content

Commit

Permalink
Drop proxyrec.
Browse files Browse the repository at this point in the history
Recording TELNET is a wee bit obsolete, and even logging other TCP
connections is of little use as everything networked is encrypted
these days.
  • Loading branch information
kilobyte committed Sep 30, 2018
1 parent 850e4a1 commit 472d383
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 626 deletions.
1 change: 0 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ include sys/Makefile.am
include libstream/Makefile.am
include libtty/Makefile.am
include common/Makefile.am
include proxy/Makefile.am
if WIN32
include win32/Makefile.am
else
Expand Down
1 change: 0 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ The library consists of two parts:
The utilities are:
* termrec
* termplay
* proxyrec
* termtime
* termcat

Expand Down
2 changes: 1 addition & 1 deletion doc/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MANPAGES = libtty.3 libttyrec.3 termrec.1 termplay.1 proxyrec.1 termtime.1 termcat.1
MANPAGES = libtty.3 libttyrec.3 termrec.1 termplay.1 termtime.1 termcat.1
dist_man_MANS = $(MANPAGES:%=doc/%)
EXTRA_DIST += $(dist_man_MANS:%.1=%.pod) $(dist_man_MANS:%.3=%.pod)

Expand Down
56 changes: 0 additions & 56 deletions doc/proxyrec.pod

This file was deleted.

2 changes: 1 addition & 1 deletion doc/termplay.pod
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@ Shows a short explanation of parameters.

=head1 SEE ALSO

L<termrec(1)>, L<proxyrec(1)>, L<termcat(1)>, L<termtime(1)>.
L<termrec(1)>, L<termcat(1)>, L<termtime(1)>.
2 changes: 1 addition & 1 deletion doc/termrec.pod
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ if not set. On Windows, COMSPEC is used instead.

=head1 SEE ALSO

L<termplay(1)>, L<proxyrec(1)>, L<termtime(1)>, L<termcat(1)>.
L<termplay(1)>, L<termtime(1)>, L<termcat(1)>.
10 changes: 0 additions & 10 deletions proxy/Makefile.am

This file was deleted.

Loading

0 comments on commit 472d383

Please sign in to comment.