Add forgotten instructions on relocating squid directories. While here,
remove some duplicate lines that crept in.
This commit is contained in:
parent
7c33e1c75f
commit
923cab33d2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=34900
1 changed files with 13 additions and 4 deletions
|
|
@ -1565,11 +1565,20 @@ done
|
||||||
# Flag that we are ready to accept jobs
|
# Flag that we are ready to accept jobs
|
||||||
touch /tmp/.boot_finished</screen>
|
touch /tmp/.boot_finished</screen>
|
||||||
</para>
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<!-- XXX MCL adapted literally from krismail; I do not understand it -->
|
<listitem>
|
||||||
<para>If there are machines from more than one cluster in the
|
<para>Modify
|
||||||
same multicast domain (basically = LAN) then change the
|
<filename>usr/local/etc/rc.d/squid</filename>:<screen>
|
||||||
multicast groups to different values (.71, .72, etc).</para>
|
40c40
|
||||||
|
< squid_chdir=${squid_chdir:-"/usr/local/squid/logs"}
|
||||||
|
---
|
||||||
|
> squid_chdir=${squid_chdir:-"/usr2/squid/logs"}
|
||||||
|
43c43
|
||||||
|
< squid_pidfile=${squid_pidfile:-"/usr/local/squid/logs/squid.pid"}
|
||||||
|
---
|
||||||
|
> squid_pidfile=${squid_pidfile:-"/usr2/squid/logs/squid.pid"}</screen>
|
||||||
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue