deskutils/readur: free uid/gid, run readur as www

Approved by:    acm (mentor)
This commit is contained in:
Jesús Daniel Colmenares Oviedo
2025-07-23 16:16:16 -04:00
parent c2892ec001
commit 2f9b08effd
3 changed files with 4 additions and 7 deletions

2
GIDs
View File

@@ -779,7 +779,7 @@ pocket-id:*:834:
filebrowser:*:835:
tinyauth:*:836:
homebox:*:837:
readur:*:838:
# free: 838
shiori:*:839:
netdisco:*:840:
tcpcryptd:*:841:

2
UIDs
View File

@@ -785,7 +785,7 @@ pocket-id:*:834:834::0:0:OIDC provider that allows users to authenticate with th
filebrowser:*:835:835::0:0:Web File Browser:/var/db/filebrowser:/usr/sbin/nologin
tinyauth:*:836:836::0:0:Simplest way to protect your apps with a login screen:/nonexistent:/usr/sbin/nologin
homebox:*:837:837::0:0:Inventory and organization system built for the Home User:/var/db/homebox:/usr/sbin/nologin
readur:*:838:838::0:0:Intuitive OCR platform:/var/db/readur:/usr/sbin/nologin
# free: 838
shiori:*:839:839::0:0:Simple bookmark manager built with Go:/var/db/shiori:/usr/sbin/nologin
netdisco:*:840:840::0:0:netdisco daemon:/usr/local/etc/netdisco:/bin/sh
tcpcryptd:*:841:841::0:0:tcpcrypt daemon:/nonexistent:/usr/sbin/nologin

View File

@@ -29,16 +29,13 @@ MAKE_ENV= LIBCLANG_PATH=${LLVM_PREFIX}/lib \
SUB_FILES= pkg-message
SUB_LIST= USER=${READUR_USER}
USERS= ${READUR_USER}
GROUPS= ${READUR_GROUP}
PLIST_SUB= GROUP=${READUR_GROUP} \
HOMEDIR=${READUR_HOMEDIR} \
USER=${READUR_USER}
READUR_USER= ${PORTNAME}
READUR_USER= www
READUR_GROUP= ${READUR_USER}
READUR_HOMEDIR= /var/db/${READUR_USER}
READUR_HOMEDIR= /var/db/${PORTNAME}
SWAGGER_TAG= v5.17.14