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

Edit the Makefile and type 'make'

As root:

- copy netfd.conf to /etc/netfd.conf

- copy (and READ!) netfd.1 to your MANPATH

- 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

