CVS: moonbase/utils/fam/xinetd.d sgi_fam,NONE,1.1

Chuck Mead csm at lunar-linux.org
Fri Oct 31 01:58:05 GMT 2003


Update of /var/cvs/lunar/moonbase/utils/fam/xinetd.d
In directory dbguin.lunar-linux.org:/tmp/cvs-serv6586/xinetd.d

Added Files:
	sgi_fam 
Log Message:
adding an xinetd.d script for fam instead of the old init script


--- NEW FILE: sgi_fam ---
# default: on
# description: FAM is a file monitoring daemon. It can \
# be used to get reports when files change.
service sgi_fam
{
	disable	= no
        type         = RPC UNLISTED
        socket_type  = stream
        user         = root
        group        = nobody
        server       = /usr/bin/fam
        wait         = yes
        protocol     = tcp
        rpc_version  = 2
        rpc_number   = 391002
        bind         = 127.0.0.1
}




More information about the Lunar-commits mailing list