mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 23:44:01 +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 :-)
25 lines
476 B
Plaintext
25 lines
476 B
Plaintext
@pkgpath sysutils/loki
|
|
@newgroup _loki:848
|
|
@newuser _loki:848:848::Loki Daemon:/var/empty:/sbin/nologin
|
|
@extraunexec rm -rf /var/loki/
|
|
@rcscript ${RCDIR}/loki
|
|
@bin bin/logcli
|
|
@bin bin/loki
|
|
@bin bin/loki-canary
|
|
share/examples/loki/
|
|
@mode 0755
|
|
@owner root
|
|
@group _loki
|
|
@sample ${SYSCONFDIR}/loki/
|
|
@mode
|
|
@owner
|
|
@group
|
|
share/examples/loki/loki-local-config.yaml
|
|
@mode 0640
|
|
@group _loki
|
|
@sample ${SYSCONFDIR}/loki/loki-config.yaml
|
|
@mode 0750
|
|
@owner _loki
|
|
@group
|
|
@sample /var/loki/
|