diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-05-16 23:34:06 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-05-16 23:34:06 +0000 |
commit | 57ca4514ad8cbdea2b6a3ac65708954a963ae3e8 (patch) | |
tree | 24403252dbdb2e739cd5dbd63bd5634cd50cc412 /devel/fam/pkg-message | |
parent | 00f7e8cfd02d6cda472d736380da63815dd458ce (diff) | |
download | ports-57ca4514ad8cbdea2b6a3ac65708954a963ae3e8.tar.gz ports-57ca4514ad8cbdea2b6a3ac65708954a963ae3e8.zip |
Notes
Diffstat (limited to 'devel/fam/pkg-message')
-rw-r--r-- | devel/fam/pkg-message | 9 |
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. + ************************************************************************ |