Merge Makefile.inc1:1.536 from HEAD to RELENG_6:
Detect that the "audit" group is missing earlier during install. Submitted by: ru Approved by: re (scottl)
This commit is contained in:
parent
9cb23632cc
commit
0348b3fd03
@ -500,7 +500,7 @@ installcheck_DESTDIR:
|
||||
# Checks to be sure system is ready for installworld
|
||||
#
|
||||
CHECK_UIDS=
|
||||
CHECK_GIDS=
|
||||
CHECK_GIDS= audit
|
||||
.if !defined(NO_SENDMAIL)
|
||||
CHECK_UIDS+= smmsp
|
||||
CHECK_GIDS+= smmsp
|
||||
|
Loading…
Reference in New Issue
Block a user