From owner-svn-doc-head@FreeBSD.ORG Fri Nov 30 02:03:25 2012 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 41859996; Fri, 30 Nov 2012 02:03:25 +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 25AE68FC08; Fri, 30 Nov 2012 02:03:25 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAU23PJ1095438; Fri, 30 Nov 2012 02:03:25 GMT (envelope-from linimon@svn.freebsd.org) Received: (from linimon@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAU23PJl095437; Fri, 30 Nov 2012 02:03:25 GMT (envelope-from linimon@svn.freebsd.org) Message-Id: <201211300203.qAU23PJl095437@svn.freebsd.org> From: Mark Linimon Date: Fri, 30 Nov 2012 02:03:24 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40193 - 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-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Nov 2012 02:03:25 -0000 Author: linimon Date: Fri Nov 30 02:03:24 2012 New Revision: 40193 URL: http://svnweb.freebsd.org/changeset/doc/40193 Log: Clarify sysutils/ganglia-webfrontend installation instructions. Note that you don't have to edit sudoers directly. 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 Fri Nov 30 00:30:32 2012 (r40192) +++ head/en_US.ISO8859-1/articles/portbuild/article.xml Fri Nov 30 02:03:24 2012 (r40193) @@ -1977,13 +1977,11 @@ touch /tmp/.boot_finished - Modify - usr/local/etc/sudoers: -38a39,42 -> -> # local changes for package building -> %wheel ALL=(ALL) ALL -> ports-${arch} ALL=(ALL) NOPASSWD: ALL + Create + usr/local/etc/sudoers/sudoers.d/portbuild: +# local changes for package building +%wheel ALL=(ALL) ALL +ports-${arch} ALL=(ALL) NOPASSWD: ALL @@ -2921,7 +2919,7 @@ devel/subversion net/nc net/rsync sysutils/ganglia-monitor-core (with GMETAD off) -sysutils/ganglia-webfrontend (WITHOUT_X11) +sysutils/ganglia-webfrontend (compile with -DWITHOUT_X11) www/apache22 (with EXT_FILTER)