Browse Source

Add _dpb, _pbuild, _pfetch users to make it easier for people doing dpb

multi-user builds. Discussed with espie, ajacoutot, ok deraadt
OPENBSD_5_8
sthen 8 years ago
parent
commit
06c363ecd2
3 changed files with 10 additions and 1 deletions
  1. +3
    -0
      src/etc/group
  2. +4
    -1
      src/etc/mail/aliases
  3. +3
    -0
      src/etc/master.passwd

+ 3
- 0
src/etc/group View File

@ -22,6 +22,9 @@ _sshagnt:*:34:
_x11:*:35:
utmp:*:45:
_unbound:*:53:
_dpb:*:54:
_pbuild:*:55:
_pfetch:*:56:
_spamd:*:62:
_radius:*:63:
_token:*:64:


+ 4
- 1
src/etc/mail/aliases View File

@ -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


+ 3
- 0
src/etc/master.passwd View File

@ -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


Loading…
Cancel
Save