summaryrefslogtreecommitdiff
path: root/devel/fam/pkg-message
blob: 1e16a0923c09dcbdc10c5f0ee1da4a0476dbde50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
************************************************************************

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.

************************************************************************