summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2014-03-13 20:38:31 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2014-03-13 20:38:31 +0000
commit9c9b723fa3be0ee8759098d72d77e3a3731c86e2 (patch)
treeb95562b46f919c1e0f234d51078403d37f39abf3 /etc
parent5ef8170012acc6bc01faecef1c8f6eb0ea39ffae (diff)
smtpd dudes forgot to add their _smtpq user
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 1343b80d356..277be63371f 100644
--- a/etc/group
+++ b/etc/group
@@ -62,6 +62,7 @@ _sndio:*:99:
_ldapd:*:100:
_iked:*:101:
_iscsid:*:102:
+_smtpq:*:103:
dialer:*:117:
nogroup:*:32766:
nobody:*:32767:
diff --git a/etc/master.passwd b/etc/master.passwd
index 48cfc7f7399..40485a1494c 100644
--- a/etc/master.passwd
+++ b/etc/master.passwd
@@ -44,4 +44,5 @@ _sndio:*:99:99::0:0:sndio privsep:/var/empty:/sbin/nologin
_ldapd:*:100:100::0:0:LDAP Daemon:/var/empty:/sbin/nologin
_iked:*:101:101::0:0:IKEv2 Daemon:/var/empty:/sbin/nologin
_iscsid:*:102:102::0:0:iSCSI Daemon:/var/empty:/sbin/nologin
+_smtpq:*:103:103::0:0:SMTP Daemon:/var/empty:/sbin/nologin
nobody:*:32767:32767::0:0:Unprivileged user:/nonexistent:/sbin/nologin