freebsd-ports/devel/fam/pkg-message
Pete Fritchman 57ca4514ad Point out that fam requires portmapper to be running.
Submitted by:	Michael Nottebrock <michaelnottebrock@gmx.net>
Reviewed by:	Lauri Watts <lauri@kde.org>
2003-05-16 23:34:06 +00:00

31 lines
1.1 KiB
Text

************************************************************************
1. In order to run this port, please add the following line to /etc/rpc if
it is not already there:
==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<==
sgi_fam 391002
==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<==
2. To run fam from inetd (the recommended method), then please add the
following lines to /etc/inetd.conf if they are not already there:
==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<==
# FAM: File Alteration Monitor [devel/fam]
sgi_fam/1-2 stream rpc/tcp wait root /usr/local/bin/fam fam
==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<==
After modifying /etc/inetd.conf, you must (as root) run:
killall -HUP inetd
Fam also requires that portmapper is running. Add the appropriate
entry to /etc/rc.conf:
For 4.x:
Add portmap_enable="YES" and either reboot or run /usr/sbin/portmap.
For 5.x:
Add rpcbind_enable="YES" and either reboot or run /usr/sbin/rpcbind.
************************************************************************