diff options
author | ache <ache@FreeBSD.org> | 2001-10-17 13:21:53 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-10-17 13:21:53 +0000 |
commit | 4d4ca06f782fea37645a828373b3793563396c23 (patch) | |
tree | cd718f0de4883cd727091a7b6da4b03315b87567 /etc | |
parent | 737d8ec1500304779377273b905a619d16e0b6ae (diff) | |
download | FreeBSD-src-4d4ca06f782fea37645a828373b3793563396c23.zip FreeBSD-src-4d4ca06f782fea37645a828373b3793563396c23.tar.gz |
Add www:www (80:80) for upcoming Apache changes
Diffstat (limited to 'etc')
-rw-r--r-- | etc/group | 1 | ||||
-rw-r--r-- | etc/master.passwd | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -18,5 +18,6 @@ uucp:*:66: xten:*:67:xten dialer:*:68: network:*:69: +www:*:80: nogroup:*:65533: nobody:*:65534: diff --git a/etc/master.passwd b/etc/master.passwd index 87dd004..ab6f830 100644 --- a/etc/master.passwd +++ b/etc/master.passwd @@ -14,4 +14,5 @@ bind:*:53:53::0:0:Bind Sandbox:/:/sbin/nologin 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:/sbin/nologin pop:*:68:6::0:0:Post Office Owner:/nonexistent:/sbin/nologin +www:*:80:80::0:0:World Wide Web Owner:/nonexistent:/sbin/nologin nobody:*:65534:65534::0:0:Unprivileged user:/nonexistent:/sbin/nologin |