xinetd (https://github.com/xinetd-org/xinetd) is an open source replacement for inetd, which combines inetd, tcpwrappers and a considerable amount of other functionality.
The install scripts for UNIX distributions up to 1.0.0.23 do not support xinetd, although it is relatively trivial to manually add the Easysoft ODBC-ODBC Bridge Server to the xinetd configuration, post installation.
To install the ODBC-ODBC Bridge Server under xinetd manually:
If you find an includedir command, change to that directory and add a new file called esoobserver that looks like this:
service esoobserver { socket_type = stream protocol = tcp wait = no user = root server = /bin/bash server_args = /usr/local/easysoft/oob/server/server disable = no }
Make sure the server argument is a valid shell on your system.
You usually do this by sending it a USR1 signal e.g. kill -USR1 process_id_of_xinetd
. However, as xinetd can be configured to use different signals, you should check the signal your xinetd requires.