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 :-)
37 lines
1.0 KiB
Plaintext
37 lines
1.0 KiB
Plaintext
@newgroup _tinc:759
|
|
@newuser _tinc:759:_tinc::tinc user:/var/empty:/sbin/nologin
|
|
@rcscript ${RCDIR}/tincd
|
|
@info info/tinc.info
|
|
@man man/man5/tinc.conf.5
|
|
@comment @man man/man8/tinc-gui.8
|
|
@man man/man8/tinc.8
|
|
@man man/man8/tincd.8
|
|
@bin sbin/tinc
|
|
@bin sbin/tincd
|
|
share/bash-completion/
|
|
share/bash-completion/completions/
|
|
share/bash-completion/completions/tinc
|
|
share/examples/tinc/
|
|
share/examples/tinc/hosts/
|
|
@mode 750
|
|
@owner root
|
|
@group _tinc
|
|
@sample ${SYSCONFDIR}/tinc/
|
|
@sample ${SYSCONFDIR}/tinc/example/
|
|
@sample ${SYSCONFDIR}/tinc/example/hosts/
|
|
@mode 600
|
|
share/examples/tinc/hosts/alpha
|
|
@sample ${SYSCONFDIR}/tinc/example/hosts/alpha
|
|
share/examples/tinc/hosts/beta
|
|
@sample ${SYSCONFDIR}/tinc/example/hosts/beta
|
|
share/examples/tinc/rsa_key.priv
|
|
@sample ${SYSCONFDIR}/tinc/example/rsa_key.priv
|
|
@mode 750
|
|
share/examples/tinc/tinc-down
|
|
@sample ${SYSCONFDIR}/tinc/example/tinc-down
|
|
share/examples/tinc/tinc-up
|
|
@sample ${SYSCONFDIR}/tinc/example/tinc-up
|
|
@mode 640
|
|
share/examples/tinc/tinc.conf
|
|
@sample ${SYSCONFDIR}/tinc/example/tinc.conf
|