[72230] trunk/base/src/port1.0/portutil.tcl

snc at macports.org snc at macports.org
Thu Oct 7 18:42:20 PDT 2010


Revision: 72230
          http://trac.macports.org/changeset/72230
Author:   snc at macports.org
Date:     2010-10-07 18:42:17 -0700 (Thu, 07 Oct 2010)
Log Message:
-----------
don't drop privs here: state file permissions error

Modified Paths:
--------------
    trunk/base/src/port1.0/portutil.tcl

Modified: trunk/base/src/port1.0/portutil.tcl
===================================================================
--- trunk/base/src/port1.0/portutil.tcl	2010-10-08 00:58:37 UTC (rev 72229)
+++ trunk/base/src/port1.0/portutil.tcl	2010-10-08 01:42:17 UTC (rev 72230)
@@ -1547,7 +1547,7 @@
     }
 
     # de-escalate privileges if MacPorts was started with sudo
-    dropPrivileges
+    #dropPrivileges
 
     # flock Portfile
     set statefile [file join $workpath .macports.${name}.state]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101007/a1da9a93/attachment.html>


More information about the macports-changes mailing list