aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nrpep/pkg-message
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-01-17 13:47:59 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-01-17 13:47:59 +0000
commitf85645ba97000236d8e9669d403c84d48ebf2453 (patch)
tree16917fa72c0f3f8d8e9b7e025a7b3282817e442b /net-mgmt/nrpep/pkg-message
parent99f58c4d7d881d915eefe19640421f64944135f0 (diff)
downloadports-f85645ba97000236d8e9669d403c84d48ebf2453.tar.gz
ports-f85645ba97000236d8e9669d403c84d48ebf2453.zip
Notes
Diffstat (limited to 'net-mgmt/nrpep/pkg-message')
-rw-r--r--net-mgmt/nrpep/pkg-message17
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
+
+###############################################################