svn commit: r370891 - head

Baptiste Daroussin bapt at FreeBSD.org
Tue Oct 14 22:37:31 UTC 2014


Author: bapt
Date: Tue Oct 14 22:37:30 2014
New Revision: 370891
URL: https://svnweb.freebsd.org/changeset/ports/370891
QAT: https://qat.redports.org/buildarchive/r370891/

Log:
  Add a comment to explain empty slots should be picked in priority instead of taking the next one

Modified:
  head/GIDs
  head/UIDs

Modified: head/GIDs
==============================================================================
--- head/GIDs	Tue Oct 14 22:33:51 2014	(r370890)
+++ head/GIDs	Tue Oct 14 22:37:30 2014	(r370891)
@@ -1,5 +1,6 @@
 # $FreeBSD$
 # Please keep this file sorted by GID!
+# Please pick an empty slot when available
 daemon:*:1:
 operator:*:5:amanda
 mail:*:6:postfix,clamav

Modified: head/UIDs
==============================================================================
--- head/UIDs	Tue Oct 14 22:33:51 2014	(r370890)
+++ head/UIDs	Tue Oct 14 22:37:30 2014	(r370891)
@@ -1,5 +1,6 @@
 # $FreeBSD$
 # Please keep this file sorted by UID!
+# Please pick an empty slot when available
 operator:*:2:5::0:0:System &:/:/usr/sbin/nologin
 ftp:*:14:14::0:0:Anonymous FTP:/var/ftp:/nonexistent
 smmsp:*:25:25::0:0:Sendmail Submission User:/var/spool/clientmqueue:/usr/sbin/nologin


More information about the svn-ports-all mailing list