New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79461


Ignore:
Timestamp:
06/14/11 06:17:38 (4 years ago)
Author:
jmr@…
Message:

set run user to current user when using --with-no-root-privileges, just to avoid confusion

Location:
trunk/base
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/aclocal.m4

    r79025 r79461  
    327327                AC_MSG_RESULT([$DSTGRP]) 
    328328                AC_SUBST(DSTGRP) 
     329 
     330                # Set run-user to current user 
     331                AC_MSG_CHECKING([for macports user]) 
     332                RUNUSR=`id -un` 
     333                AC_MSG_RESULT([$RUNUSR]) 
     334                AC_SUBST(RUNUSR) 
    329335 
    330336                # Set Tcl package directory to ~/Library/Tcl 
  • trunk/base/configure

    r79241 r79461  
    648648MPAPPLICATIONSDIR 
    649649DSTMODE 
     650TCL_PACKAGE_DIR 
    650651RUNUSR 
    651 TCL_PACKAGE_DIR 
    652652DSTGRP 
    653653DSTUSR 
     
    77187718 
    77197719 
     7720                # Set run-user to current user 
     7721                { $as_echo "$as_me:${as_lineno-$LINENO}: checking for macports user" >&5 
     7722$as_echo_n "checking for macports user... " >&6; } 
     7723                RUNUSR=`id -un` 
     7724                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNUSR" >&5 
     7725$as_echo "$RUNUSR" >&6; } 
     7726 
     7727 
    77207728                # Set Tcl package directory to ~/Library/Tcl 
    77217729            { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tcl package directory" >&5 
Note: See TracChangeset for help on using the changeset viewer.