From owner-svn-doc-head@FreeBSD.ORG Sat Sep 22 01:15:13 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 6C18C1065670; Sat, 22 Sep 2012 01:15:13 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3D0E58FC08; Sat, 22 Sep 2012 01:15:13 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8M1FDpk051240; Sat, 22 Sep 2012 01:15:13 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8M1FD0s051238; Sat, 22 Sep 2012 01:15:13 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201209220115.q8M1FD0s051238@svn.freebsd.org> From: Thomas Abthorpe Date: Sat, 22 Sep 2012 01:15:13 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r39590 - head/en_US.ISO8859-1/articles/portbuild X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 22 Sep 2012 01:15:13 -0000 Author: tabthorpe (ports committer) Date: Sat Sep 22 01:15:12 2012 New Revision: 39590 URL: http://svn.freebsd.org/changeset/doc/39590 Log: - Substitute broken brackets <>, with appropriate entity tags - This should make it play nice with XML Approved by: gjb Modified: head/en_US.ISO8859-1/articles/portbuild/article.sgml Modified: head/en_US.ISO8859-1/articles/portbuild/article.sgml ============================================================================== --- head/en_US.ISO8859-1/articles/portbuild/article.sgml Fri Sep 21 10:02:57 2012 (r39589) +++ head/en_US.ISO8859-1/articles/portbuild/article.sgml Sat Sep 22 01:15:12 2012 (r39590) @@ -1875,15 +1875,15 @@ www/squid (with SQUID_AUFS on) Modify usr/local/etc/gmond.conf: 21,22c21,22 -< name = "unspecified" -< owner = "unspecified" +< name = "unspecified" +< owner = "unspecified" --- -> name = "${arch} package build cluster" -> owner = "portmgr@FreeBSD.org" +> name = "${arch} package build cluster" +> owner = "portmgr@FreeBSD.org" 24c24 -< url = "unspecified" +< url = "unspecified" --- -> url = "http://pointyhat.freebsd.org" +> url = "http://pointyhat.freebsd.org" @@ -1923,21 +1923,21 @@ touch /tmp/.boot_finished Modify usr/local/etc/squid/squid.conf: 288,290c288,290 -< #auth_param basic children 5 -< #auth_param basic realm Squid proxy-caching web server -< #auth_param basic credentialsttl 2 hours +< #auth_param basic children 5 +< #auth_param basic realm Squid proxy-caching web server +< #auth_param basic credentialsttl 2 hours --- -> auth_param basic children 5 -> auth_param basic realm Squid proxy-caching web server -> auth_param basic credentialsttl 2 hours +> auth_param basic children 5 +> auth_param basic realm Squid proxy-caching web server +> auth_param basic credentialsttl 2 hours 611a612 -> acl localnet src 127.0.0.0/255.0.0.0 +> acl localnet src 127.0.0.0/255.0.0.0 655a657 -> http_access allow localnet +> http_access allow localnet 2007a2011 -> maximum_object_size 400 MB +> maximum_object_size 400 MB 2828a2838 -> negative_ttl 0 minutes +> negative_ttl 0 minutes Also, change usr/local