Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Oct 2014 22:37:30 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370891 - head
Message-ID:  <201410142237.s9EMbUQd002441@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410142237.s9EMbUQd002441>