Remind self to run newaliases. Shift a few instructions around for more
logical grouping.
This commit is contained in:
parent
31e61a55aa
commit
a708c1b226
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40145
1 changed files with 16 additions and 16 deletions
|
@ -2905,7 +2905,7 @@ ttyu0 "/usr/libexec/getty std.9600" vt100 on secure</screen>
|
|||
<title>Configuring <literal>src</literal></title>
|
||||
|
||||
<para>You should be able to install from the most recent release
|
||||
without any kernel modifications.
|
||||
using only the default kernel configuration.
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
@ -2956,21 +2956,6 @@ sysutils/smartmontools</screen>
|
|||
</para>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
<para>If not already created, add the following users:<screen>
|
||||
squid:*:100:100::0:0:User &:/usr/local/squid:/bin/sh
|
||||
ganglia:*:102:102::0:0:User &:/usr/local/ganglia:/bin/sh</screen>
|
||||
</para>
|
||||
|
||||
<para>Add them to <filename>/etc/group</filename> as well.</para>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
<para>Configure mail by doing the following:</para>
|
||||
|
||||
<para>TBA.</para>
|
||||
</step>
|
||||
|
||||
</procedure>
|
||||
|
||||
</sect2>
|
||||
|
@ -3227,6 +3212,21 @@ qmanager.sh</screen>
|
|||
<filename>/etc/inetd.conf</filename>.</para>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
<para>If not already created, add the following users:<screen>
|
||||
squid:*:100:100::0:0:User &:/usr/local/squid:/bin/sh
|
||||
ganglia:*:102:102::0:0:User &:/usr/local/ganglia:/bin/sh</screen>
|
||||
</para>
|
||||
|
||||
<para>Add them to <filename>/etc/group</filename> as well.</para>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
<para>Configure mail by doing the following:</para>
|
||||
|
||||
<para>run <command>newaliases</command>.</para>
|
||||
</step>
|
||||
|
||||
</procedure>
|
||||
|
||||
</sect2>
|
||||
|
|
Loading…
Reference in a new issue