Author: ian
Date: Sun Jul 22 16:51:11 2018
New Revision: 336608
URL: https://svnweb.freebsd.org/changeset/base/336608

Log:
  Alpha-sort the list of user/group IDs to check at install time.

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1  Sun Jul 22 16:42:22 2018        (r336607)
+++ head/Makefile.inc1  Sun Jul 22 16:51:11 2018        (r336608)
@@ -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}
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to