We don't need the squid user on the master. Also, don't forget /a as a

first step.
This commit is contained in:
Mark Linimon 2012-12-04 06:55:31 +00:00
parent 3c7a2c0fc0
commit 9b6e28a9c1
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40261

View file

@ -2960,6 +2960,10 @@ sysutils/smartmontools</screen>
<procedure>
<step>
<para>Create <filename>/a</filename>.</para>
</step>
<step>
<para>Create a <application>zfs</application> volume named
<filename>a</filename> and mount it on
@ -3208,12 +3212,11 @@ qmanager.sh</screen>
</step>
<step>
<para>If not already created, add the following users:<screen>
squid:*:100:100::0:0:User &amp;:/usr/local/squid:/bin/sh
<para>If not already created, add the following user:<screen>
ganglia:*:102:102::0:0:User &amp;:/usr/local/ganglia:/bin/sh</screen>
</para>
<para>Add them to <filename>/etc/group</filename> as well.</para>
<para>Add it to <filename>/etc/group</filename> as well.</para>
</step>
<step>