Modified: trunk/base/aclocal.m4 (70300 => 70301)
--- 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 (70300 => 70301)
--- 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