Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Dec 2012 10:29:28 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r244392 - stable/9
Message-ID:  <201212181029.qBIATSC2018324@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rwatson
Date: Tue Dec 18 10:29:28 2012
New Revision: 244392
URL: http://svnweb.freebsd.org/changeset/base/244392

Log:
  Merge r243798 from head to stable/9:
  
    Add auditdistd to the pre-install required uid check list.

Modified:
  stable/9/Makefile.inc1   (contents, props changed)
Directory Properties:
  stable/9/   (props changed)

Modified: stable/9/Makefile.inc1
==============================================================================
--- stable/9/Makefile.inc1	Tue Dec 18 10:23:58 2012	(r244391)
+++ stable/9/Makefile.inc1	Tue Dec 18 10:29:28 2012	(r244392)
@@ -600,7 +600,7 @@ installcheck_DESTDIR:
 #
 # Check for missing UIDs/GIDs.
 #
-CHECK_UIDS=
+CHECK_UIDS=	auditdistd
 CHECK_GIDS=	audit
 .if ${MK_SENDMAIL} != "no"
 CHECK_UIDS+=	smmsp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212181029.qBIATSC2018324>