- Substitute broken brackets <>, with appropriate entity tags

- This should make it play nice with XML

Approved by:	gjb
This commit is contained in:
Thomas Abthorpe 2012-09-22 01:15:12 +00:00
parent 2e69c9e705
commit f9ffbc82d2
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39590

View file

@ -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"
&lt; name = "unspecified"
&lt; owner = "unspecified"
---
> name = "<replaceable>${arch}</replaceable> package build cluster"
> owner = "portmgr@FreeBSD.org"
&gt; name = "<replaceable>${arch}</replaceable> package build cluster"
&gt; owner = "portmgr@FreeBSD.org"
24c24
< url = "unspecified"
&lt; url = "unspecified"
---
> url = "http://pointyhat.freebsd.org"</screen>
&gt; 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
&lt; #auth_param basic children 5
&lt; #auth_param basic realm Squid proxy-caching web server
&lt; #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
&gt; auth_param basic children 5
&gt; auth_param basic realm Squid proxy-caching web server
&gt; auth_param basic credentialsttl 2 hours
611a612
> acl localnet src 127.0.0.0/255.0.0.0
&gt; acl localnet src 127.0.0.0/255.0.0.0
655a657
> http_access allow localnet
&gt; http_access allow localnet
2007a2011
> maximum_object_size 400 MB
&gt; maximum_object_size 400 MB
2828a2838
> negative_ttl 0 minutes</screen>
&gt; negative_ttl 0 minutes</screen>
</para>
<para>Also, change <filename>usr/local</filename>