From e8a71dcc2fc04c91413c5f724ed07727b0acc795 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Mon, 27 Feb 2006 09:17:39 +0000 Subject: [PATCH] Detect that the "audit" group is missing earlier during install. --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index fc909aac5806..9a47ce20b246 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -506,7 +506,7 @@ installcheck_DESTDIR: # Check for missing UIDs/GIDs. # CHECK_UIDS= -CHECK_GIDS= +CHECK_GIDS= audit .if !defined(NO_SENDMAIL) CHECK_UIDS+= smmsp CHECK_GIDS+= smmsp