svn commit: r245967 - projects/portbuild/scripts
Mark Linimon
linimon at FreeBSD.org
Sun Jan 27 06:58:59 UTC 2013
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
More information about the svn-src-projects
mailing list