git: fd6aea61743b - main - sysutils/nomad: Change home of nomad user to /nonexistent

From: John Hixson <jhixson_at_FreeBSD.org>
Date: Fri, 19 Aug 2022 22:48:56 UTC
The branch main has been updated by jhixson:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fd6aea61743bb5d429872edf9cf1204d1b64e8ec

commit fd6aea61743bb5d429872edf9cf1204d1b64e8ec
Author:     John Hixson <jhixson@FreeBSD.org>
AuthorDate: 2022-08-19 22:45:16 +0000
Commit:     John Hixson <jhixson@FreeBSD.org>
CommitDate: 2022-08-19 22:48:45 +0000

    sysutils/nomad: Change home of nomad user to /nonexistent
    
    The port's default datadir is /var/tmp/nomad, which also happens to be
    its user's home directory. Therefore installing the package always
    creates a default datadir with permissions too lose to actually start
    the service.
    
    PR:     265230
    Reported by: Michael Gmelin <grembo@FreeBSD.org>
---
 UIDs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/UIDs b/UIDs
index 22c2c3afeeed..1e52a1072fe9 100644
--- a/UIDs
+++ b/UIDs
@@ -417,7 +417,7 @@ slurm:*:468:468::0:0:SLURM Daemon:/nonexistent:/usr/sbin/nologin
 consul:*:469:469::0:0:Consul Daemon:/var/tmp/consul:/usr/sbin/nologin
 serf:*:470:470::0:0:Serf Daemon:/nonexistent:/usr/sbin/nologin
 vault:*:471:471:daemon:0:0:Vault Daemon:/nonexistent:/usr/sbin/nologin
-nomad:*:472:472::0:0:Nomad Daemon:/var/tmp/nomad:/usr/sbin/nologin
+nomad:*:472:472::0:0:Nomad Daemon:/nonexistent:/usr/sbin/nologin
 minio:*:473:473::0:0:Minio Daemon:/var/tmp/minio:/usr/sbin/nologin
 gitlab-runner:*:474:474::0:0:GitLab Runner Daemon:/var/tmp/gitlab_runner:/usr/sbin/nologin
 traefik:*:475:475::0:0:Traefik Daemon:/var/tmp/traefik:/usr/sbin/nologin