openbsd-ports/net/owamp/patches/patch-conf_owampd_conf
sthen 7bc08bcb30 import ports/net/owamp, ok benoit@
OWAMP is a command line client application and a policy daemon used
to determine one way latencies between hosts. It is an implementation
of the OWAMP protocol as defined by RFC4656.

With roundtrip-based measurements, it is hard to isolate the direction
in which congestion is experienced. One-way measurements solve this
problem and make the direction of congestion immediately apparent.
Since traffic can be asymmetric at many sites that are primarily
producers or consumers of data, this allows for more informative
measurements. One-way measurements allow the user to better isolate
the effects of specific parts of a network on the treatment of
traffic.
2011-07-08 09:31:06 +00:00

40 lines
1.1 KiB
Plaintext

$OpenBSD: patch-conf_owampd_conf,v 1.1.1.1 2011/07/08 09:31:06 sthen Exp $
--- conf/owampd.conf.orig Fri Mar 7 23:13:35 2008
+++ conf/owampd.conf Fri Mar 7 23:16:27 2008
@@ -21,8 +21,8 @@
# run as group/user - only used if effective uid is root.
# (defaults to nil)
-user owamp
-group owamp
+user _owampd
+group _owampd
# not really used, but what the heck.
# (defaults to !verbose)
@@ -30,7 +30,7 @@ verbose
# where should syslog messages go?
# (defaults to daemon)
-facility local5
+#facility local5
# include src file:line in log messages
# keep this on, and help us with more specific bug reports!
@@ -39,13 +39,13 @@ loglocation
# location for owampd.pid and owampd.info files
# (defaults to $cwd)
-#vardir /var/run
+vardir /var/run/owampd
# location for "recv" session files.
# The "catalog" subdirectory is completely cleaned and recreated each time
# owampd is restarted. DONT PUT ANYTHING IN THERE!
# (defaults to $cwd)
-#datadir /big/enough
+datadir /var/db/owampd
# authmode - uncomment to make only Open.
# (defaults to OAE)