- Substitute broken brackets <>, with appropriate entity tags
- This should make it play nice with XML Approved by: gjb
This commit is contained in:
parent
2e69c9e705
commit
f9ffbc82d2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39590
1 changed files with 16 additions and 16 deletions
|
@ -1875,15 +1875,15 @@ www/squid (with SQUID_AUFS on)</screen>
|
||||||
<para>Modify
|
<para>Modify
|
||||||
<filename>usr/local/etc/gmond.conf</filename>:<screen>
|
<filename>usr/local/etc/gmond.conf</filename>:<screen>
|
||||||
21,22c21,22
|
21,22c21,22
|
||||||
< name = "unspecified"
|
< name = "unspecified"
|
||||||
< owner = "unspecified"
|
< owner = "unspecified"
|
||||||
---
|
---
|
||||||
> name = "<replaceable>${arch}</replaceable> package build cluster"
|
> name = "<replaceable>${arch}</replaceable> package build cluster"
|
||||||
> owner = "portmgr@FreeBSD.org"
|
> owner = "portmgr@FreeBSD.org"
|
||||||
24c24
|
24c24
|
||||||
< url = "unspecified"
|
< url = "unspecified"
|
||||||
---
|
---
|
||||||
> url = "http://pointyhat.freebsd.org"</screen>
|
> url = "http://pointyhat.freebsd.org"</screen>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<!-- XXX MCL adapted literally from krismail; I do not understand it -->
|
<!-- XXX MCL adapted literally from krismail; I do not understand it -->
|
||||||
|
@ -1923,21 +1923,21 @@ touch /tmp/.boot_finished</screen>
|
||||||
<para>Modify
|
<para>Modify
|
||||||
<filename>usr/local/etc/squid/squid.conf</filename>:<screen>
|
<filename>usr/local/etc/squid/squid.conf</filename>:<screen>
|
||||||
288,290c288,290
|
288,290c288,290
|
||||||
< #auth_param basic children 5
|
< #auth_param basic children 5
|
||||||
< #auth_param basic realm Squid proxy-caching web server
|
< #auth_param basic realm Squid proxy-caching web server
|
||||||
< #auth_param basic credentialsttl 2 hours
|
< #auth_param basic credentialsttl 2 hours
|
||||||
---
|
---
|
||||||
> auth_param basic children 5
|
> auth_param basic children 5
|
||||||
> auth_param basic realm Squid proxy-caching web server
|
> auth_param basic realm Squid proxy-caching web server
|
||||||
> auth_param basic credentialsttl 2 hours
|
> auth_param basic credentialsttl 2 hours
|
||||||
611a612
|
611a612
|
||||||
> acl localnet src 127.0.0.0/255.0.0.0
|
> acl localnet src 127.0.0.0/255.0.0.0
|
||||||
655a657
|
655a657
|
||||||
> http_access allow localnet
|
> http_access allow localnet
|
||||||
2007a2011
|
2007a2011
|
||||||
> maximum_object_size 400 MB
|
> maximum_object_size 400 MB
|
||||||
2828a2838
|
2828a2838
|
||||||
> negative_ttl 0 minutes</screen>
|
> negative_ttl 0 minutes</screen>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>Also, change <filename>usr/local</filename>
|
<para>Also, change <filename>usr/local</filename>
|
||||||
|
|
Loading…
Reference in a new issue