summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-09-25 01:00:22 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-09-25 01:00:22 +0000
commit18f318d771ec216d2596bcbba765754166a1ee0f (patch)
tree1626bfcf7257f1395cebdaa30d372b8805f21496 /etc
parenta9491a64f62ed337824d05623410a91ba6f46501 (diff)
popa3d pieces
Diffstat (limited to 'etc')
-rw-r--r--etc/group1
-rw-r--r--etc/inetd.conf3
-rw-r--r--etc/master.passwd1
3 files changed, 4 insertions, 1 deletions
diff --git a/etc/group b/etc/group
index a5e0396b98b..7041b3d5733 100644
--- a/etc/group
+++ b/etc/group
@@ -12,6 +12,7 @@ auth:*:11:
games:*:13:
staff:*:20:root
smmsp:*:25:
+popa3d:*:26:
guest:*:31:root
utmp:*:45:
www:*:67:
diff --git a/etc/inetd.conf b/etc/inetd.conf
index 32144e65901..85a71e5a3a2 100644
--- a/etc/inetd.conf
+++ b/etc/inetd.conf
@@ -1,4 +1,4 @@
-# $OpenBSD: inetd.conf,v 1.40 2001/04/14 03:03:27 hugh Exp $
+# $OpenBSD: inetd.conf,v 1.41 2001/09/25 01:00:21 deraadt Exp $
#
# Internet server configuration database
#
@@ -23,6 +23,7 @@ comsat dgram udp wait root /usr/libexec/comsat comsat
comsat dgram udp6 wait root /usr/libexec/comsat comsat
#ntalk dgram udp wait root /usr/libexec/ntalkd ntalkd
#bootps dgram udp wait root /usr/sbin/bootpd bootpd
+#pop3 stream tcp nowait root /usr/sbin/popa3d popa3d
# Internal services
#echo stream tcp nowait root internal
#echo stream tcp6 nowait root internal
diff --git a/etc/master.passwd b/etc/master.passwd
index 53daff2f200..336b13c48f2 100644
--- a/etc/master.passwd
+++ b/etc/master.passwd
@@ -3,6 +3,7 @@ daemon:*:1:1::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
smmsp:*:25:25::0:0:Sendmail Message Submission Program:/nonexistent:/sbin/nologin
+popa3d:*:26:26::0:0:POP3 server:/var/empty:/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
named:*:70:70::0:0:BIND Name Service Daemon:/var/named:/sbin/nologin