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