diff options
author | ache <ache@FreeBSD.org> | 1997-10-27 22:07:03 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-10-27 22:07:03 +0000 |
commit | e69d3597cb87daaa8e4173388d4d6000247df8fe (patch) | |
tree | c4b71c910bb5bc35b5f832376ba2cc64d5e5533d /etc | |
parent | 631fc64480e170e0281b66b6754dbb4784b7f94d (diff) | |
download | FreeBSD-src-e69d3597cb87daaa8e4173388d4d6000247df8fe.zip FreeBSD-src-e69d3597cb87daaa8e4173388d4d6000247df8fe.tar.gz |
Back out moving nobody to daemon class, the problem fixed in another place:
inetd
Diffstat (limited to 'etc')
-rw-r--r-- | etc/master.passwd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/master.passwd b/etc/master.passwd index 5975669..7305036 100644 --- a/etc/master.passwd +++ b/etc/master.passwd @@ -9,4 +9,4 @@ man:*:9:9::0:0:Mister Man Pages:/usr/share/man:/nonexistent uucp:*:66:66::0:0:UUCP pseudo-user:/var/spool/uucppublic:/usr/libexec/uucp/uucico xten:*:67:67::0:0:X-10 daemon:/usr/local/xten:/nonexistent pop:*:68:6::0:0:Post Office Owner:/nonexistent:/nonexistent -nobody:*:65534:65534:daemon:0:0:Unprivileged user:/nonexistent:/nonexistent +nobody:*:65534:65534::0:0:Unprivileged user:/nonexistent:/nonexistent |