From owner-svn-doc-all@FreeBSD.ORG Wed Jan 30 08:11:09 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C04F1A6D; Wed, 30 Jan 2013 08:11:09 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A4475688; Wed, 30 Jan 2013 08:11:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0U8B9Jr052823; Wed, 30 Jan 2013 08:11:09 GMT (envelope-from linimon@svn.freebsd.org) Received: (from linimon@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0U8B9gl052822; Wed, 30 Jan 2013 08:11:09 GMT (envelope-from linimon@svn.freebsd.org) Message-Id: <201301300811.r0U8B9gl052822@svn.freebsd.org> From: Mark Linimon Date: Wed, 30 Jan 2013 08:11:09 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40811 - head/en_US.ISO8859-1/articles/portbuild X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jan 2013 08:11:09 -0000 Author: linimon Date: Wed Jan 30 08:11:09 2013 New Revision: 40811 URL: http://svnweb.freebsd.org/changeset/doc/40811 Log: Deorbit the use of security/sudo on the master due to new security requirements. The text still needs some back-fill; this is WIP. Modified: head/en_US.ISO8859-1/articles/portbuild/article.xml Modified: head/en_US.ISO8859-1/articles/portbuild/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/portbuild/article.xml Wed Jan 30 07:54:08 2013 (r40810) +++ head/en_US.ISO8859-1/articles/portbuild/article.xml Wed Jan 30 08:11:09 2013 (r40811) @@ -1836,7 +1836,6 @@ touch /tmp/.boot_finishedusr/local/etc/sudoers/sudoers.d/portbuild: # local changes for package building -%wheel ALL=(ALL) ALL portbuild ALL=(ALL) NOPASSWD: ALL @@ -2272,13 +2271,13 @@ zfs destroy -r a/snap/src-o Steps necessary before <application>qmanager</application> is started - The initial steps need to be done using - sudo. + The initial steps need to be done as + root. - Create a new + If it has not already been done, create the portbuild user and group. @@ -2397,7 +2396,7 @@ zfs destroy -r a/snap/src-o - Once again using sudo: + Once again as root: @@ -2413,14 +2412,10 @@ zfs destroy -r a/snap/src-o - - One last time using sudo: - - Add an appropriate arch entry for - /var/portbuild/scripts/dologs to the root + /var/portbuild/scripts/dologs to the portbuild crontab. (This is a hack and should go away.) @@ -2430,7 +2425,7 @@ zfs destroy -r a/snap/src-o Steps necessary after <application>qmanager</application> is started - Again using sudo: + Again as root: @@ -2598,11 +2593,17 @@ net/isc-dhcp41-server ports-mgmt/pkg ports-mgmt/portaudit ports-mgmt/portmaster -security/sudo shells/bash shells/zsh sysutils/screen + + The use of sudo on the master, + which was formerly required, is + no longer recommended. + + + The following ports (or their latest successors) are handy: benchmarks/bonnie++