Skip to content

Commit

Permalink
Alpha-sort the list of user/group IDs to check at install time.
Browse files Browse the repository at this point in the history
  • Loading branch information
ian authored and ian committed Jul 22, 2018
1 parent 3f97824 commit d8db86d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile.inc1
Expand Up @@ -1175,14 +1175,14 @@ __installcheck_DESTDIR: .PHONY
#
CHECK_UIDS= auditdistd
CHECK_GIDS= audit
CHECK_UIDS+= smmsp
CHECK_GIDS+= smmsp
CHECK_UIDS+= ntpd
CHECK_GIDS+= ntpd
CHECK_UIDS+= proxy
CHECK_GIDS+= proxy authpf
CHECK_UIDS+= smmsp
CHECK_GIDS+= smmsp
CHECK_UIDS+= unbound
CHECK_GIDS+= unbound
CHECK_UIDS+= ntpd
CHECK_GIDS+= ntpd
_installcheck_world: __installcheck_UGID
__installcheck_UGID: .PHONY
.for uid in ${CHECK_UIDS}
Expand Down

0 comments on commit d8db86d

Please sign in to comment.