diff options
| author | murilo ijanc | 2026-03-25 00:55:30 -0300 |
|---|---|---|
| committer | murilo ijanc | 2026-03-25 00:55:30 -0300 |
| commit | 90af880c4f43b8c5708af6712d94afc610f451df (patch) | |
| tree | f796f108a00d9451ff84070656e9caa7b9181c8d /net/tesseras-paste/pkg/PLIST | |
| download | ports-main.tar.gz | |
OpenBSD port for tesseras-paste 0.1.0, a decentralized pastebin
built on tesseras-dht. Includes rc.d script, _tpd daemon user,
man pages for tp(1) and tpd(1), and pkg-readme.
Diffstat (limited to 'net/tesseras-paste/pkg/PLIST')
| -rw-r--r-- | net/tesseras-paste/pkg/PLIST | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/tesseras-paste/pkg/PLIST b/net/tesseras-paste/pkg/PLIST new file mode 100644 index 0000000..14d9389 --- /dev/null +++ b/net/tesseras-paste/pkg/PLIST @@ -0,0 +1,14 @@ +@newgroup _tpd:906 +@newuser _tpd:906:906::tesseras-paste daemon:/var/tesseras-paste:/sbin/nologin +@rcscript ${RCDIR}/tpd +@mode 755 +@owner _tpd +@group _tpd +@sample ${LOCALSTATEDIR}/tesseras-paste/ +@owner +@group +@bin bin/tp +@bin bin/tpd +@man man/man1/tp.1 +@man man/man1/tpd.1 +share/doc/pkg-readmes/${PKGSTEM} |