[62219] branches/release_1_8

jmr at macports.org jmr at macports.org
Fri Jan 1 01:44:30 PST 2010


Revision: 62219
          http://trac.macports.org/changeset/62219
Author:   jmr at macports.org
Date:     2010-01-01 01:44:27 -0800 (Fri, 01 Jan 2010)
Log Message:
-----------
merge r60774 from trunk:
 run port load/unload with root privileges by default

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

Modified Paths:
--------------
    branches/release_1_8/base/src/port1.0/portload.tcl
    branches/release_1_8/base/src/port1.0/portunload.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,59318,59585,59597,59654,60259-60260,60798,61302,61385,61770,62172,62194
   + /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,59318,59585,59597,59654,60259-60260,60774,60798,61302,61385,61770,62172,62194


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,59318,59585,59597,59654,60259-60260,60798,61302,61385,61770,62172,62194
/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,59318,59585,59597,59654,60259-60260,60774,60798,61302,61385,61770,62172,62194
/users/perry/base-bugs_and_notes:45682-46060
/users/perry/base-select:44044-44692

Modified: branches/release_1_8/base/src/port1.0/portload.tcl
===================================================================
--- branches/release_1_8/base/src/port1.0/portload.tcl	2010-01-01 00:54:29 UTC (rev 62218)
+++ branches/release_1_8/base/src/port1.0/portload.tcl	2010-01-01 09:44:27 UTC (rev 62219)
@@ -42,6 +42,9 @@
 namespace eval portload {
 }
 
+options load.asroot
+default load.asroot yes
+
 set_ui_prefix
 
 proc portload::load_main {args} {

Modified: branches/release_1_8/base/src/port1.0/portunload.tcl
===================================================================
--- branches/release_1_8/base/src/port1.0/portunload.tcl	2010-01-01 00:54:29 UTC (rev 62218)
+++ branches/release_1_8/base/src/port1.0/portunload.tcl	2010-01-01 09:44:27 UTC (rev 62219)
@@ -42,6 +42,9 @@
 namespace eval portunload {
 }
 
+options unload.asroot
+default unload.asroot yes
+
 set_ui_prefix
 
 proc portunload::unload_main {args} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100101/942d8a47/attachment.html>


More information about the macports-changes mailing list