summaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorIan Lepore <ian@FreeBSD.org>2018-07-22 16:51:11 +0000
committerIan Lepore <ian@FreeBSD.org>2018-07-22 16:51:11 +0000
commit9898e6dff2f065cab43ae322763b9bb7b550b3dd (patch)
tree5011818079686d7842e0d45dc3d90762f7fafa70 /Makefile.inc1
parentfd46d8a8c681137d82da3038f13997c4df8189f8 (diff)
downloadsrc-test-9898e6dff2f065cab43ae322763b9bb7b550b3dd.tar.gz
src-test-9898e6dff2f065cab43ae322763b9bb7b550b3dd.zip
Alpha-sort the list of user/group IDs to check at install time.
Notes
Notes: svn path=/head/; revision=336608
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc18
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index fbaed6af48822..f724337a0a011 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}