From owner-svn-doc-head@FreeBSD.ORG Tue Dec 4 06:55:32 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 62AE1D5; Tue, 4 Dec 2012 06:55:32 +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 44D948FC08; Tue, 4 Dec 2012 06:55:32 +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 qB46tWBD089547; Tue, 4 Dec 2012 06:55:32 GMT (envelope-from linimon@svn.freebsd.org) Received: (from linimon@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB46tWFr089546; Tue, 4 Dec 2012 06:55:32 GMT (envelope-from linimon@svn.freebsd.org) Message-Id: <201212040655.qB46tWFr089546@svn.freebsd.org> From: Mark Linimon Date: Tue, 4 Dec 2012 06:55:32 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40261 - 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: Tue, 04 Dec 2012 06:55:32 -0000 Author: linimon Date: Tue Dec 4 06:55:31 2012 New Revision: 40261 URL: http://svnweb.freebsd.org/changeset/doc/40261 Log: We don't need the squid user on the master. Also, don't forget /a as a first step. 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 Mon Dec 3 23:45:12 2012 (r40260) +++ head/en_US.ISO8859-1/articles/portbuild/article.xml Tue Dec 4 06:55:31 2012 (r40261) @@ -2961,6 +2961,10 @@ sysutils/smartmontools + Create /a. + + + Create a zfs volume named a and mount it on /a. @@ -3208,12 +3212,11 @@ qmanager.sh - If not already created, add the following users: -squid:*:100:100::0:0:User &:/usr/local/squid:/bin/sh + If not already created, add the following user: ganglia:*:102:102::0:0:User &:/usr/local/ganglia:/bin/sh - Add them to /etc/group as well. + Add it to /etc/group as well.