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 :-)
diff from Florian with some tweaks by me:
- don't @owner/@group /var/gemini to _vger
- tweak the README
discussed with and ok solene@, ok Florian Viehweger (MAINTAINER)
Vger is a gemini server supporting chroot, virtualhosts,
CGI, default language choice, redirections and MIME types
detection.
Vger design is relying on inetd and a daemon to take care of
TLS. The idea is to delegate TLS and network to daemons
which proved doing it correctly, so vger takes its request
from stdin and output the result to stdout.
ok thfr@