Enable TIRPC support for Linux
authorJon Trulson <jon@radscan.com>
Thu, 12 Apr 2018 00:48:53 +0000 (18:48 -0600)
committerJon Trulson <jon@radscan.com>
Fri, 13 Apr 2018 03:00:34 +0000 (21:00 -0600)
commit17101b6f4c2b1fd5f56258018bd0ab91da5f6c92
treeb8ebec2a05acd7429d4089c8e51fe9a8599feba1
parent13d3e1db507bce18b785a3215be0ba80e241b166
Enable TIRPC support for Linux

This is enabled by default.  To disable, add:

in the config/cf/site.def or host.def file.

You will need to have the libtirpc-dev package installed.

The benefit is that you will no longer need to run rpcbind in insecure
mode (the -i option).  There are other benefits we may be able to take
advantage of in the future, like supporting IPV6 for ToolTalk.
25 files changed:
cde/config/cf/linux.cf
cde/lib/tt/Imakefile
cde/lib/tt/bin/Imakefile
cde/lib/tt/bin/dbck/Imakefile
cde/lib/tt/bin/scripts/Imakefile
cde/lib/tt/bin/shell/Imakefile
cde/lib/tt/bin/tt_type_comp/Imakefile
cde/lib/tt/bin/ttauth/Imakefile
cde/lib/tt/bin/ttdbserverd/Imakefile
cde/lib/tt/bin/ttdbserverd/dm_server.C
cde/lib/tt/bin/ttsession/Imakefile
cde/lib/tt/bin/tttar/Imakefile
cde/lib/tt/bin/tttrace/Imakefile
cde/lib/tt/lib/Imakefile
cde/lib/tt/lib/api/Imakefile
cde/lib/tt/lib/api/c/Imakefile
cde/lib/tt/lib/api/dnd/Imakefile
cde/lib/tt/lib/db/Imakefile
cde/lib/tt/lib/mp/Imakefile
cde/lib/tt/lib/tttk/Imakefile
cde/lib/tt/lib/util/Imakefile
cde/lib/tt/mini_isam/Imakefile
cde/lib/tt/slib/Imakefile
cde/lib/tt/tooltalk.tmpl
cde/programs/dtsession/Imakefile