diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-03-17 05:53:42 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-03-17 05:59:41 +0000 |
commit | bdbbd6040a86373eb5bf4a33d0adb8331326c6d4 (patch) | |
tree | 07143a416c3ce9ddfb115892830f7404fa041ffd | |
parent | 4dfab55231f8dbc0ed6832b9c9d66912b4e3162f (diff) | |
download | ports-bdbbd6040a86373eb5bf4a33d0adb8331326c6d4.tar.gz ports-bdbbd6040a86373eb5bf4a33d0adb8331326c6d4.zip |
Add buildbot user and group
devel/py-buildbot and devel/py-buildbot-worker requires a user buildbot
which is used in the rc script to drop privileges to unfortunately the
respective users and group do not exist.
PR: 248233
Reported by: ari@ish.com.au
-rw-r--r-- | GIDs | 2 | ||||
-rw-r--r-- | UIDs | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -810,7 +810,7 @@ opensearch:*:855: # free: 867 # free: 868 # free: 869 -# free: 870 +buildbot:*:870 # free: 871 bitmark:*:872: bitmark-recorder:*:873: @@ -815,7 +815,7 @@ opensearch:*:855:855::0:0:opensearch user:/nonexistent:/usr/sbin/nologin # free: 867 # free: 868 # free: 869 -# free: 870 +buildbot:*:870:870::0:0:Buildbot user:/var/db/buildbot:/usr/sbin/nologin archiva:*:871:871::0:0:Apache Archiva Daemon:/nonexistent:/usr/sbin/nologin bitmark:*:872:872::0:0:Bitmark Property System:/var/lib/bitmarkd:/usr/sbin/nologin bitmark-recorder:*:873:873::0:0:Bitmark Property Recorder:/var/lib/recorderd:/usr/sbin/nologin |