r447 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Jan 20 07:12:31 EST 2008


Author: icculus
Date: 2008-01-20 07:12:30 -0500 (Sun, 20 Jan 2008)
New Revision: 447

Modified:
   trunk/docs.txt
Log:
Added notes on uid/euid/gid fields.


Modified: trunk/docs.txt
===================================================================
--- trunk/docs.txt	2008-01-20 10:26:06 UTC (rev 446)
+++ trunk/docs.txt	2008-01-20 12:12:30 UTC (rev 447)
@@ -881,6 +881,26 @@
     dependencies just to write this string into the log.
 
 
+  MojoSetup.info.uid
+
+    This is a number (not a function!) that lists the user id of the person
+    running the installer. On Unix, this is what getuid() reports (and zero
+    would be the root user).
+
+
+  MojoSetup.info.euid
+
+    This is a number (not a function!) that lists the EFFECTIVE user id of the
+    person running the installer. On Unix, this is what geteuid() reports (and
+    zero would be the root user).
+
+
+  MojoSetup.info.gid
+
+    This is a number (not a function!) that lists the group id of the person
+    running the installer. On Unix, this is what getgid() reports.
+
+
   MojoSetup.info.locale
 
     This is a string (not a function!) of the current locale, in the format




More information about the mojosetup-commits mailing list