diff options
Diffstat (limited to 'devel/fam/pkg-message')
-rw-r--r-- | devel/fam/pkg-message | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/devel/fam/pkg-message b/devel/fam/pkg-message index d28d68afc971..467f8ba901ef 100644 --- a/devel/fam/pkg-message +++ b/devel/fam/pkg-message @@ -1,8 +1,30 @@ ************************************************************************ -In order to run this port, please add the following line to /etc/rpc if +1. In order to run this port, please add the following line to /etc/rpc if it is not already there: +==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== sgi_fam 391002 +==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== + +2. If you wish to run fam from inetd (the recommended method), then +please add the following lines to /etc/inetd.conf if they are not +already there: + +==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== +# FAM: File Alteration Monitor [devel/fam] +sgi_fam/1-2 stream rpc/tcp wait root /usr/local/bin/fam fam +==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== + +After modifying /etc/inetd.conf, you must (as root) run: + + killall -HUP inetd + +3. If, instead, you wish to run fam as a system daemon, then (as root) +do the following: + + cd /usr/local/etc/rc.d + cp fam.sh.sample fam.sh + /usr/local/etc/rc.d/fam.sh start ************************************************************************ |