Revision: 70301 http://trac.macports.org/changeset/70301 Author: jmr@macports.org Date: 2010-08-05 07:52:36 -0700 (Thu, 05 Aug 2010) Log Message: ----------- change default run user to nobody Modified Paths: -------------- trunk/base/aclocal.m4 trunk/base/configure Modified: trunk/base/aclocal.m4 =================================================================== --- trunk/base/aclocal.m4 2010-08-05 14:51:51 UTC (rev 70300) +++ trunk/base/aclocal.m4 2010-08-05 14:52:36 UTC (rev 70301) @@ -354,9 +354,7 @@ AC_MSG_CHECKING([for macports user]) if test "x$RUNUSR" = "x" ; then -# dropping root privs is still buggy -# RUNUSR=`id -un` - RUNUSR=root + RUNUSR=nobody fi AC_MSG_RESULT([$RUNUSR]) Modified: trunk/base/configure =================================================================== --- trunk/base/configure 2010-08-05 14:51:51 UTC (rev 70300) +++ trunk/base/configure 2010-08-05 14:52:36 UTC (rev 70301) @@ -7698,9 +7698,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for macports user" >&5 $as_echo_n "checking for macports user... " >&6; } if test "x$RUNUSR" = "x" ; then -# dropping root privs is still buggy -# RUNUSR=`id -un` - RUNUSR=root + RUNUSR=nobody fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNUSR" >&5
participants (1)
-
jmr@macports.org