openbsd-ports/net/pdnsd/pkg/PLIST
ajacoutot c4096e6659 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:16:56 +00:00

22 lines
575 B
Plaintext

@newgroup _pdnsd:510
@newuser _pdnsd:510:_pdnsd::Proxy DNS Server:/nonexistent:/sbin/nologin
@extraunexec rm -rf /var/pdnsd/*
@man man/man5/pdnsd.conf.5
@man man/man8/pdnsd-ctl.8
@man man/man8/pdnsd.8
@bin sbin/pdnsd
@bin sbin/pdnsd-ctl
share/doc/pdnsd/
share/doc/pdnsd/faq.txt
share/doc/pdnsd/intro.txt
share/doc/pdnsd/manual.txt
share/examples/pdnsd/
share/examples/pdnsd/pdnsd.conf
@sample ${SYSCONFDIR}/pdnsd.conf
@rcscript ${RCDIR}/pdnsd
@owner _pdnsd
@group _pdnsd
@sample /var/pdnsd/
@exec touch /var/pdnsd/pdnsd.cache
@exec chown _pdnsd:_pdnsd /var/pdnsd/pdnsd.cache