diff options
author | jrm <jrm@FreeBSD.org> | 2016-11-07 00:07:34 +0800 |
---|---|---|
committer | jrm <jrm@FreeBSD.org> | 2016-11-07 00:07:34 +0800 |
commit | c3505616188b1ba9fb427a3dfa2439ef3ee1e215 (patch) | |
tree | d333bf4b1e27cc90ae576d1e197c86a3e27faaad /UIDs | |
parent | 0c6204453ee856d0c530be512a9cfb551206b221 (diff) | |
download | freebsd-ports-gnome-c3505616188b1ba9fb427a3dfa2439ef3ee1e215.tar.gz freebsd-ports-gnome-c3505616188b1ba9fb427a3dfa2439ef3ee1e215.tar.zst freebsd-ports-gnome-c3505616188b1ba9fb427a3dfa2439ef3ee1e215.zip |
Do not create the unnecessary home directory (/home/slurm) for the slurm
user.
PR: 214268
Reported by: monwarez@mailoo.org
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D8457
Diffstat (limited to 'UIDs')
-rw-r--r-- | UIDs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -414,7 +414,7 @@ ecartis:*:450:450::0:0:Ecartis Listserver:/usr/local/ecartis:/usr/sbin/nologin courier:*:465:465::0:0:Courier Mail Server:/nonexistent:/usr/sbin/nologin condor:*:466:466::0:0:& user:/home/condor:/usr/sbin/nologin netmon:*:467:467::0:0:Network monitor account:/var/netmon:/usr/sbin/nologin -slurm:*:468:468::0:0:SLURM Daemon:/home/slurm:/usr/sbin/nologin +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::0:0:Vault Daemon:/nonexistent:/usr/sbin/nologin |