mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
18 lines
644 B
Plaintext
18 lines
644 B
Plaintext
|
###############################################################
|
||
|
|
||
|
If you are going to be running the nrpep daemon on this machine,
|
||
|
you will probably want something like the following in /etc/services:
|
||
|
|
||
|
nrpep 8086/tcp # Netsaint nrpep server
|
||
|
|
||
|
and the following in /etc/inetd.conf:
|
||
|
|
||
|
nrpep stream tcp nowait nobody /usr/local/sbin/nrpep nrpep -c /usr/local/etc/netsaint/nrpep.cfg
|
||
|
|
||
|
The config files are world readable. If this is a problem for you,
|
||
|
then sort out the file ownership and permissions yourself.
|
||
|
|
||
|
Additional documentation in $PREFIX/share/doc/nrpep
|
||
|
|
||
|
###############################################################
|