Add files from parent branch HEAD:
[pkgsrc.git] / sysutils / fam / MESSAGE
1 ===========================================================================
2 $NetBSD: MESSAGE,v 1.5 2006/05/27 14:10:28 jmmv Exp $
3
4 Because FAM uses RPC, you have to add the following line to the system's
5 portmapper file (/etc/rpc):
6
7         sgi_fam    391002    fam    # File Alteration Monitor
8
9 Also make sure that the RPC port mapper is enabled by checking whether
10 rpcbind=YES is in /etc/rc.conf.  After that, restart the rpcbind(8) server.
11
12 Furthermore, you have to enable the FAM daemon.  There are two ways to do
13 this: through inetd(8) or as a standalone server.  If you prefer the former
14 way, add the following line to /etc/inetd.conf:
15
16         sgi_fam/1-2 stream rpc/tcp wait root ${PREFIX}/sbin/famd famd
17
18 and reload inetd(8)'s daemon.  However, if you prefer the latter way, use
19 the provided famd rc.d(8) script.
20
21 ===========================================================================