summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-03-05 23:35:58 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-03-05 23:35:58 +0000
commit1a61380d70574d13002bb5a59e9f60aa28c3f69b (patch)
tree3fd7aa2fcfcf7f193e167f22e39ed7f9b027813f /etc
parentfc6042344ba958cd28408a94617aa37458f20707 (diff)
add user www, group www
Diffstat (limited to 'etc')
-rw-r--r--etc/group1
-rw-r--r--etc/master.passwd1
2 files changed, 2 insertions, 0 deletions
diff --git a/etc/group b/etc/group
index 1f39f2da955..6cc916ded9a 100644
--- a/etc/group
+++ b/etc/group
@@ -12,6 +12,7 @@ games:*:13:
staff:*:20:root
guest:*:31:root
utmp:*:45:
+www:*:67:
network:*:69:
ingres:*:74:ingres
dialer:*:117:
diff --git a/etc/master.passwd b/etc/master.passwd
index 843e63cd16c..1831c0962fd 100644
--- a/etc/master.passwd
+++ b/etc/master.passwd
@@ -3,4 +3,5 @@ daemon:*:1:31::0:0:The devil himself:/root:/sbin/nologin
operator:*:2:5::0:0:System &:/operator:/sbin/nologin
bin:*:3:7::0:0:Binaries Commands and Source,,,:/:/sbin/nologin
uucp:*:66:1::0:0:UNIX-to-UNIX Copy:/var/spool/uucppublic:/usr/libexec/uucp/uucico
+www:*:67:67::0:0:HTTP server:/var/www:/sbin/nologin
nobody:*:32767:32767::0:0:Unprivileged user:/nonexistent:/sbin/nologin