openbsd-ports/net/darkstat/pkg
ajacoutot f50fdd748e Stop using the daemon class in @newuser.
If we need to make an exception we can do it and properly document the
reason but by default we should just use the default login class.
rc.d uses daemon or the login class provided in login.conf.d so this has
no impact there.

discussed with sthen@, tb@ and robert@

praying that my grep/sed skills did not break anything and still
believing in portbump :-)
2022-11-08 11:14:43 +00:00
..
darkstat.rc
DESCR
PLIST
README

+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------

By default, when started from the rc.d(8) script, darkstat will listen to
traffic on the first egress interface, and only allow TCP connections from
localhost. If using NAT, the internal interface might be a better choice
than the egress; to use alternative settings, override the defaults in
rc.conf.local e.g.:

darkstat_flags=-i em2 -b 127.0.0.1 --syslog