summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2015-07-17 23:22:40 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2015-07-17 23:22:40 +0000
commit9bc21a3ae031a43280d174872c6eaac08829c6a4 (patch)
treec321d25df64cbbb68f4256690298e9816c99b217 /etc
parentc85a3e0b43bed8dfb785bc1ff65d630aa9f23a9f (diff)
Add _dpb, _pbuild, _pfetch users to make it easier for people doing dpb
multi-user builds. Discussed with espie, ajacoutot, ok deraadt
Diffstat (limited to 'etc')
-rw-r--r--etc/group3
-rw-r--r--etc/mail/aliases5
-rw-r--r--etc/master.passwd3
3 files changed, 10 insertions, 1 deletions
diff --git a/etc/group b/etc/group
index 259b3670e5b..31eb2c3d4bd 100644
--- a/etc/group
+++ b/etc/group
@@ -22,6 +22,9 @@ _sshagnt:*:34:
_x11:*:35:
utmp:*:45:
_unbound:*:53:
+_dpb:*:54:
+_pbuild:*:55:
+_pfetch:*:56:
_spamd:*:62:
_radius:*:63:
_token:*:64:
diff --git a/etc/mail/aliases b/etc/mail/aliases
index d3a37649246..faa6c9b6351 100644
--- a/etc/mail/aliases
+++ b/etc/mail/aliases
@@ -1,5 +1,5 @@
#
-# $OpenBSD: aliases,v 1.48 2015/04/27 13:48:06 nicm Exp $
+# $OpenBSD: aliases,v 1.49 2015/07/17 23:22:39 sthen Exp $
#
# Aliases in this file will NOT be expanded in the header from
# Mail, but WILL be visible over networks or from /usr/libexec/mail.local.
@@ -23,6 +23,7 @@ www: root
# Redirections for pseudo accounts that should not receive mail
_bgpd: /dev/null
_dhcp: /dev/null
+_dpb: /dev/null
_dvmrpd: /dev/null
_file: /dev/null
_fingerd: /dev/null
@@ -39,6 +40,8 @@ _nsd: /dev/null
_ntp: /dev/null
_ospfd: /dev/null
_ospf6d: /dev/null
+_pbuild: /dev/null
+_pfetch: /dev/null
_pflogd: /dev/null
_portmap: /dev/null
_ppp: /dev/null
diff --git a/etc/master.passwd b/etc/master.passwd
index 466914a66c6..baf7842a446 100644
--- a/etc/master.passwd
+++ b/etc/master.passwd
@@ -10,6 +10,9 @@ _rusersd:*:32:32::0:0:rpc.rusersd:/var/empty:/sbin/nologin
_fingerd:*:33:33::0:0:fingerd:/var/empty:/sbin/nologin
_x11:*:35:35::0:0:X Server:/var/empty:/sbin/nologin
_unbound:*:53:53:unbound:0:0:Unbound Daemon:/var/unbound:/sbin/nologin
+_dpb:*:54:54::0:0:dpb privsep:/var/empty:/sbin/nologin
+_pbuild:*:55:55:pbuild:0:0:dpb build user:/nonexistent:/sbin/nologin
+_pfetch:*:56:56::0:0:dpb fetch user:/nonexistent:/sbin/nologin
_spamd:*:62:62::0:0:Spam Daemon:/var/empty:/sbin/nologin
uucp:*:66:1::0:0:UNIX-to-UNIX Copy:/var/spool/uucppublic:/sbin/nologin
www:*:67:67::0:0:HTTP Server:/var/www:/sbin/nologin