summaryrefslogtreecommitdiff
path: root/sysutils/fam/MESSAGE
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-02-09 18:14:45 +0000
committerjmmv <jmmv@pkgsrc.org>2004-02-09 18:14:45 +0000
commit709fb038ea608ce8d338eb638a2f4becb72674f0 (patch)
treef3484de58c1a16c37cba4fe4f4b0b19031e8a277 /sysutils/fam/MESSAGE
parentcbbc35eccf3a7f123ed9da6c307d314b071e51d9 (diff)
downloadpkgsrc-709fb038ea608ce8d338eb638a2f4becb72674f0.tar.gz
Update to 2.6.10:
- removed const from Scheduler.h to fix GCC 3 build. - use GID_NOBODY if NOGROUP is undefined to build on SysV-like operating systems including IRIX. Changes in the package: - Install configuration file in place. - Tell the user how to setup and enable FAM.
Diffstat (limited to 'sysutils/fam/MESSAGE')
-rw-r--r--sysutils/fam/MESSAGE17
1 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/fam/MESSAGE b/sysutils/fam/MESSAGE
new file mode 100644
index 00000000000..ebc9750fb4d
--- /dev/null
+++ b/sysutils/fam/MESSAGE
@@ -0,0 +1,17 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2004/02/09 18:14:45 jmmv 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 Alternation 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}/bin/fam fam
+
+===========================================================================