pkgsrc/sysutils/fam/MESSAGE
minskim bd46a83d38 Update fam to 2.7.0. Fixes the following PR's:
- PR pkg/23017
  - PR pkg/23495
  - PR pkg/23496
  - PR pkg/24578

The patches for 23017 and 24578 were provided by reed@.  Although rh@
suspended PR 23017 saying that pkgsrc does not support installation to
/usr, this still needs to be fixed because the same problem occurs
even when LOCALBASE != /usr.

Changes since 2.6.10:
    Changed NOGROUP usage in src/Cred.c++ to -1 as NOGROUP is not defined
    in IRIX.
    (mraymond@sgi.com)
    removed const modifier from Scheduler.h to fix GCC 3.x build.
    (wardle@sgi.com)
    created new GNU autotools files:
    - test whether we have IMon rather than testing OS.
    - test whether we have sockaddr length members rather than testing OS.
    - install daemon in sbin rather than bin.
    - install manual pages in typical GNU/Linux sections.
    - rename daemon to famd.
    - rename fam source directory to src.
    - rename libfam source directory to lib.
    - remove editconf and util subdirectory.
    - remove rpm target and build subdirectory.
    - remove support target and subdirectory.
    [wardle@sgi.com] (wardle@sgi.com)
    fixed warnings about typenames in BTree.h.
    (wardle@sgi.com)
2004-03-28 22:00:04 +00:00

17 lines
675 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.3 2004/03/28 22:00:04 minskim Exp $
FAM uses RPC and is usually started by the inetd(8) superserver. You need
to enable it manually, by issuing the following steps:
1) Add FAM to the system's portmapper by appending the following line to
the /etc/rpc file:
sgi_fam 391002 fam # File Alteration Monitor
2) Add FAM to the system's superserver by appending the following line to
the /etc/inetd.conf file:
sgi_fam/1-2 stream rpc/tcp wait root ${PREFIX}/sbin/famd famd
===========================================================================