diff options
author | Chris Rees <crees@FreeBSD.org> | 2011-06-14 16:39:19 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2011-06-14 16:39:19 +0000 |
commit | bb91be0ba9f309ca6e819cad77d0bdaaa48e9b9b (patch) | |
tree | 5f416125491efeefa1d9aa93d36d11288d965491 /UIDs | |
parent | 2b12cb786b702c29aada29f50b13190dfa0ded5c (diff) |
Fix nobody user -- should be master.passwd style
Submitted by: Ryan Steinmetz (rpsfa@rit.edu)
Approved by: rene (mentor)
Notes
Notes:
svn path=/head/; revision=275568
Diffstat (limited to 'UIDs')
-rw-r--r-- | UIDs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -214,4 +214,4 @@ dbxml:*:945:945::0:0:& user:/nonexistent:/sbin/nologin sybase:*:946:946::0:0:& user:/usr/local/sybase-ase:/sbin/nologin dnrd:*:948:948::0:0:& user:/nonexistent:/sbin/nologin dbxml:*:949:949::0:0:dbXML user:/nonexistent:/sbin/nologin -nobody:*:65534:65534:Unprivileged user:/nonexistent:/usr/sbin/nologin +nobody:*:65534:65534::0:0:Unprivileged user:/nonexistent:/usr/sbin/nologin |