ports/176276: [patch] Mk/bsd.port.mk: USERS_BLACKLIST is missing auditdistd
John W. O'Brien
john at saltant.com
Wed Feb 20 02:30:01 UTC 2013
>Number: 176276
>Category: ports
>Synopsis: [patch] Mk/bsd.port.mk: USERS_BLACKLIST is missing auditdistd
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Wed Feb 20 02:30:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: John W. O'Brien
>Release: 9.1-STABLE
>Organization:
Saltant Solutions
>Environment:
FreeBSD XXXX.saltant.net 9.1-STABLE FreeBSD 9.1-STABLE #2 r245089: Sat Jan 5 22:27:54 EST 2013 root at XXXX.saltant.net:/usr/obj/usr/src/sys/NIPPL amd64
>Description:
The addition of auditd missed synchronizing /usr/src/etc/master.passwd to /usr/ports/Mk/bsd.port.mk.
% svn info /usr/src | grep Revision
Revision: 246949
% svn info /usr/ports | grep Revision
Revision: 312532
>How-To-Repeat:
% egrep "^#" -v /usr/src/etc/master.passwd | cut -d: -f1 | sort > ~/usemp
% make -f /usr/ports/Mk/bsd.port.mk -V USERS_BLACKLIST | tr ' ' '\n' > ~/upmbpm
% diff -d ~/upmbpm ~/usemp
2a3
> auditdistd
>Fix:
Apply attached patch.
Patch attached with submission follows:
Index: Mk/bsd.port.mk
===================================================================
--- Mk/bsd.port.mk (revision 312532)
+++ Mk/bsd.port.mk (working copy)
@@ -1280,7 +1280,7 @@
# predefined accounts from src/etc/master.passwd
# alpha numeric sort order
-USERS_BLACKLIST= _dhcp _pflogd bin bind daemon games hast kmem mailnull man news nobody operator pop proxy root smmsp sshd toor tty uucp www
+USERS_BLACKLIST= _dhcp _pflogd auditdistd bin bind daemon games hast kmem mailnull man news nobody operator pop proxy root smmsp sshd toor tty uucp www
LDCONFIG_DIR= libdata/ldconfig
LDCONFIG32_DIR= libdata/ldconfig32
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list