[59588] branches/release_1_8

jmr at macports.org jmr at macports.org
Sat Oct 17 08:59:13 PDT 2009


Revision: 59588
          http://trac.macports.org/changeset/59588
Author:   jmr at macports.org
Date:     2009-10-17 08:59:11 -0700 (Sat, 17 Oct 2009)
Log Message:
-----------
merge r59585 from trunk:
 ensure that we set a reasonable umask at startup, and list the destroot_umask option in macports.conf (fixes #21389)

Revision Links:
--------------
    http://trac.macports.org/changeset/59585

Modified Paths:
--------------
    branches/release_1_8/base/doc/macports.conf.in
    branches/release_1_8/base/src/port/port.tcl

Property Changed:
----------------
    branches/release_1_8/
    branches/release_1_8/base/


Property changes on: branches/release_1_8
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk:55268,55279,55281,55285,55317,55385,55417,55591,55594,55679,55767,55793,56147,56160,56162,56435,56448,57026,57255,57436,57441,57784,57801,57871,57974,58445
   + /trunk:55268,55279,55281,55285,55317,55385,55417,55591,55594,55679,55767,55793,56147,56160,56162,56435,56448,57026,57255,57436,57441,57784,57801,57871,57974,58445,59585


Property changes on: branches/release_1_8/base
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/gsoc08-privileges/base:37343-46937
/branches/universal-sanity/base:51872-52323
/branches/variant-descs-14482/base:34469-34855,34900-37508,37511-37512,41040-41463,42575-42626,42640-42659
/trunk/base:55268,55279,55281,55285,55317,55385,55417,55591,55594,55679,55767,55793,55825,56147,56160,56162,56435,56448,56472-56474,56666,56889,57026,57048,57055,57131,57255,57436,57441,57784,57801,57820,57871,57974,57979,57982,58093,58445
/users/perry/base-bugs_and_notes:45682-46060
/users/perry/base-select:44044-44692
   + /branches/gsoc08-privileges/base:37343-46937
/branches/universal-sanity/base:51872-52323
/branches/variant-descs-14482/base:34469-34855,34900-37508,37511-37512,41040-41463,42575-42626,42640-42659
/trunk/base:55268,55279,55281,55285,55317,55385,55417,55591,55594,55679,55767,55793,55825,56147,56160,56162,56435,56448,56472-56474,56666,56889,57026,57048,57055,57131,57255,57436,57441,57784,57801,57820,57871,57974,57979,57982,58093,58445,59585
/users/perry/base-bugs_and_notes:45682-46060
/users/perry/base-select:44044-44692

Modified: branches/release_1_8/base/doc/macports.conf.in
===================================================================
--- branches/release_1_8/base/doc/macports.conf.in	2009-10-17 15:58:05 UTC (rev 59587)
+++ branches/release_1_8/base/doc/macports.conf.in	2009-10-17 15:59:11 UTC (rev 59588)
@@ -76,6 +76,9 @@
 # of physical memory plus one, whichever is less.
 #buildmakejobs		0
 
+# umask value to use when a port installs its files
+#destroot_umask 022
+
 # Set whether to automatically execute "clean" after "install" of ports
 portautoclean		yes
 

Modified: branches/release_1_8/base/src/port/port.tcl
===================================================================
--- branches/release_1_8/base/src/port/port.tcl	2009-10-17 15:58:05 UTC (rev 59587)
+++ branches/release_1_8/base/src/port/port.tcl	2009-10-17 15:59:11 UTC (rev 59588)
@@ -3629,6 +3629,9 @@
 set cmd_argc $argc
 set cmd_argn 0
 
+# make sure we're using a sane umask
+umask 022
+
 # If we've been invoked as portf, then the first argument is assumed
 # to be the name of a command file (i.e., there is an implicit -F
 # before any arguments).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091017/edb63707/attachment.html>


More information about the macports-changes mailing list