diff options
author | edwin <edwin@FreeBSD.org> | 2003-01-17 21:47:59 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-01-17 21:47:59 +0800 |
commit | f56c063f6ff39b5e5406e9935a5b22f53bd91280 (patch) | |
tree | 7f58151c2d1bf24ffd36f8e92ab206ae09b259a7 /net-mgmt/nrpep/pkg-message | |
parent | 6da43adb575947ef0efb9cdaa3c994d23bf91351 (diff) | |
download | freebsd-ports-gnome-f56c063f6ff39b5e5406e9935a5b22f53bd91280.tar.gz freebsd-ports-gnome-f56c063f6ff39b5e5406e9935a5b22f53bd91280.tar.zst freebsd-ports-gnome-f56c063f6ff39b5e5406e9935a5b22f53bd91280.zip |
New port: net/nrpep
New port for the Netsaint Remote Plugin Executor (Perl)
PR: ports/37185
Submitted by: Jon Wilson <jon@netcraft.com>
Diffstat (limited to 'net-mgmt/nrpep/pkg-message')
-rw-r--r-- | net-mgmt/nrpep/pkg-message | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net-mgmt/nrpep/pkg-message b/net-mgmt/nrpep/pkg-message new file mode 100644 index 000000000000..a67a4c7aceba --- /dev/null +++ b/net-mgmt/nrpep/pkg-message @@ -0,0 +1,17 @@ +############################################################### + +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 + +############################################################### |