From d8db86d619b95de3a5d6faa96b9c6b7b45f09a4f Mon Sep 17 00:00:00 2001 From: ian Date: Sun, 22 Jul 2018 16:51:11 +0000 Subject: [PATCH] Alpha-sort the list of user/group IDs to check at install time. --- Makefile.inc1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index fbaed6af48822d..f724337a0a011e 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -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}