svn commit: r39590 - head/en_US.ISO8859-1/articles/portbuild
Thomas Abthorpe
tabthorpe at FreeBSD.org
Sat Sep 22 01:15:13 UTC 2012
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)</screen>
<para>Modify
<filename>usr/local/etc/gmond.conf</filename>:<screen>
21,22c21,22
-< name = "unspecified"
-< owner = "unspecified"
+< name = "unspecified"
+< owner = "unspecified"
---
-> name = "<replaceable>${arch}</replaceable> package build cluster"
-> owner = "portmgr at FreeBSD.org"
+> name = "<replaceable>${arch}</replaceable> package build cluster"
+> owner = "portmgr at FreeBSD.org"
24c24
-< url = "unspecified"
+< url = "unspecified"
---
-> url = "http://pointyhat.freebsd.org"</screen>
+> url = "http://pointyhat.freebsd.org"</screen>
</para>
<!-- XXX MCL adapted literally from krismail; I do not understand it -->
@@ -1923,21 +1923,21 @@ touch /tmp/.boot_finished</screen>
<para>Modify
<filename>usr/local/etc/squid/squid.conf</filename>:<screen>
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</screen>
+> negative_ttl 0 minutes</screen>
</para>
<para>Also, change <filename>usr/local</filename>
More information about the svn-doc-all
mailing list