
GREATcomm requires the daemon netfd to run on every host that has to be
accessed via GREATcomm.

As root:

- type   cd ..; make install-server

- include the following line into your /etc/inetd.conf 
  (NOTICE: this file might be in /conf/net)

	netgreat stream	tcp	nowait	root	/etc/netfd netfd -bs

- include this into /etc/services (or /conf/net/services)

	netgreat	5100/tcp

- send a signal HUP to inetd (kill -1 pid)

- edit /etc/netfd.conf to suit your needs
