mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
c4096e6659
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 :-)
28 lines
625 B
Plaintext
28 lines
625 B
Plaintext
@newgroup _ocserv:749
|
|
@newuser _ocserv:749:_ocserv::ocserv user:/nonexistent:/sbin/nologin
|
|
@rcscript ${RCDIR}/ocserv
|
|
@bin bin/occtl
|
|
@bin bin/ocpasswd
|
|
@man man/man8/occtl.8
|
|
@man man/man8/ocpasswd.8
|
|
@man man/man8/ocserv.8
|
|
@bin sbin/ocserv
|
|
@bin sbin/ocserv-worker
|
|
share/examples/ocserv/
|
|
share/examples/ocserv/ocserv-fw
|
|
share/examples/ocserv/profile.xml
|
|
share/examples/ocserv/sample.config
|
|
@mode 750
|
|
@owner root
|
|
@group _ocserv
|
|
@sample ${SYSCONFDIR}/ocserv/
|
|
@mode
|
|
@owner
|
|
@group
|
|
@sample ${SYSCONFDIR}/ocserv/ocserv.conf
|
|
share/examples/ocserv/sample.passwd
|
|
@mode 640
|
|
@owner root
|
|
@group _ocserv
|
|
@sample ${SYSCONFDIR}/ocserv/ocpasswd
|