[57922] trunk/base/src/pextlib1.0/Pextlib.c

dluke at macports.org dluke at macports.org
Fri Sep 18 14:01:06 PDT 2009


Revision: 57922
          http://trac.macports.org/changeset/57922
Author:   dluke at macports.org
Date:     2009-09-18 14:01:05 -0700 (Fri, 18 Sep 2009)
Log Message:
-----------
Fix NetgidCmd comment as well (MIN_USABLE_GID is also 500)

Modified Paths:
--------------
    trunk/base/src/pextlib1.0/Pextlib.c

Modified: trunk/base/src/pextlib1.0/Pextlib.c
===================================================================
--- trunk/base/src/pextlib1.0/Pextlib.c	2009-09-18 20:56:57 UTC (rev 57921)
+++ trunk/base/src/pextlib1.0/Pextlib.c	2009-09-18 21:01:05 UTC (rev 57922)
@@ -363,9 +363,7 @@
 	return TCL_OK;
 }
 
-/* Just as with NextuidCmd, return the first unused gid > 100
-   groups aren't visible on the login screen, but I see no reason
-   to create group 502 when I can create group 100 */
+/* Just as with NextuidCmd, return the first unused gid > 500 */
 int NextgidCmd(ClientData clientData UNUSED, Tcl_Interp *interp, int objc UNUSED, Tcl_Obj *CONST objv[] UNUSED)
 {
 	Tcl_Obj *tcl_result;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090918/fe705dc1/attachment.html>


More information about the macports-changes mailing list