2001-03-31 04:45:55 +02:00
|
|
|
************************************************************************
|
|
|
|
|
2002-06-08 06:21:23 +02:00
|
|
|
1. In order to run this port, please add the following line to /etc/rpc if
|
2001-03-31 04:45:55 +02:00
|
|
|
it is not already there:
|
|
|
|
|
2006-08-12 22:25:09 +02:00
|
|
|
--------------------------------------------------------------------
|
2001-03-31 04:45:55 +02:00
|
|
|
sgi_fam 391002
|
2006-08-12 22:25:09 +02:00
|
|
|
--------------------------------------------------------------------
|
2002-06-08 06:21:23 +02:00
|
|
|
|
2002-09-04 02:22:12 +02:00
|
|
|
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:
|
2002-06-08 06:21:23 +02:00
|
|
|
|
2006-08-12 22:25:09 +02:00
|
|
|
--------------------------------------------------------------------
|
2002-06-08 06:21:23 +02:00
|
|
|
# FAM: File Alteration Monitor [devel/fam]
|
2006-08-12 22:25:09 +02:00
|
|
|
sgi_fam/1-2 stream rpc/tcp wait root %%LOCALBASE%%/bin/fam fam
|
|
|
|
--------------------------------------------------------------------
|
2002-06-08 06:21:23 +02:00
|
|
|
|
|
|
|
After modifying /etc/inetd.conf, you must (as root) run:
|
|
|
|
|
|
|
|
killall -HUP inetd
|
|
|
|
|
2003-05-17 01:34:06 +02:00
|
|
|
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.
|
|
|
|
|
2006-08-12 22:25:09 +02:00
|
|
|
For 5.x and later:
|
|
|
|
Add rpcbind_enable="YES" and either reboot or run /etc/rc.d/rpcbind start.
|
2003-05-17 01:34:06 +02:00
|
|
|
|
2001-03-31 04:45:55 +02:00
|
|
|
************************************************************************
|