Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jan 2013 06:58:58 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r245967 - projects/portbuild/scripts
Message-ID:  <201301270658.r0R6wwKO029039@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon (doc,ports committer)
Date: Sun Jan 27 06:58:58 2013
New Revision: 245967
URL: http://svnweb.freebsd.org/changeset/base/245967

Log:
  Scrub more relics of buildproxy.

Modified:
  projects/portbuild/scripts/build

Modified: projects/portbuild/scripts/build
==============================================================================
--- projects/portbuild/scripts/build	Sun Jan 27 06:57:51 2013	(r245966)
+++ projects/portbuild/scripts/build	Sun Jan 27 06:58:58 2013	(r245967)
@@ -498,7 +498,7 @@ do_destroy() {
 }
 
 # Run a command as root if running as user
-# Authentication and command validation is taken care of by buildproxy
+# XXX this is a relic and needs to go away.
 proxy_root() {
     cmd=$1
     arch=$2
@@ -515,6 +515,7 @@ proxy_root() {
 }
 
 # Run a command as the ${uid} user if root
+# XXX this is a relic and needs to go away.
 proxy_user() {
     cmd=$1
     arch=$2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301270658.r0R6wwKO029039>