mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 02:22:43 +00:00
Detect that the "audit" group is missing earlier during install.
This commit is contained in:
parent
73bb09f2d0
commit
e8a71dcc2f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=156060
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user