summaryrefslogtreecommitdiff
path: root/devel/fam
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2003-05-16 23:34:06 +0000
committerPete Fritchman <petef@FreeBSD.org>2003-05-16 23:34:06 +0000
commit57ca4514ad8cbdea2b6a3ac65708954a963ae3e8 (patch)
tree24403252dbdb2e739cd5dbd63bd5634cd50cc412 /devel/fam
parentUpdate to 1.4b. (diff)
Point out that fam requires portmapper to be running.
Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net> Reviewed by: Lauri Watts <lauri@kde.org>
Notes
Notes: svn path=/head/; revision=81126
Diffstat (limited to 'devel/fam')
-rw-r--r--devel/fam/pkg-message9
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/fam/pkg-message b/devel/fam/pkg-message
index c2535326a0ba..1e16a0923c09 100644
--- a/devel/fam/pkg-message
+++ b/devel/fam/pkg-message
@@ -19,4 +19,13 @@ After modifying /etc/inetd.conf, you must (as root) run:
killall -HUP inetd
+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.
+
+For 5.x:
+Add rpcbind_enable="YES" and either reboot or run /usr/sbin/rpcbind.
+
************************************************************************