diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2016-06-24 03:21:32 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2016-06-24 03:21:32 +0000 |
commit | b3c519553b8b0128c36790319021b80a0ad883d8 (patch) | |
tree | 0a8532bb30f840284a42853c7edb2ee7bd5e1aea /Mk | |
parent | afdc06879ee987193d21e25da1393ebe98bfad44 (diff) |
- add _ypldap to USERS_BLACKLIST and GROUPS_BLACKLIST
PR: 210282
Submitted by: ohauer
Approved by: portmgr (mat@)
Notes
Notes:
svn path=/head/; revision=417409
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 26dc1146867f..3c493fa3eca2 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1243,11 +1243,11 @@ GID_OFFSET?= 0 # predefined accounts from src/etc/master.passwd # alpha numeric sort order -USERS_BLACKLIST= _dhcp _pflogd auditdistd bin bind daemon games hast kmem mailnull man news nobody operator pop proxy root smmsp sshd toor tty unbound uucp www +USERS_BLACKLIST= _dhcp _pflogd _ypldap auditdistd bin bind daemon games hast kmem mailnull man news nobody operator pop proxy root smmsp sshd toor tty unbound uucp www # predefined accounts from src/etc/group # alpha numeric sort order -GROUPS_BLACKLIST= _dhcp _pflogd audit authpf bin bind daemon dialer ftp games guest hast kmem mail mailnull man network news nobody nogroup operator proxy smmsp sshd staff sys tty unbound uucp wheel www +GROUPS_BLACKLIST= _dhcp _pflogd _ypldap audit authpf bin bind daemon dialer ftp games guest hast kmem mail mailnull man network news nobody nogroup operator proxy smmsp sshd staff sys tty unbound uucp wheel www LDCONFIG_DIR= libdata/ldconfig LDCONFIG32_DIR= libdata/ldconfig32 |