"make world" is the wrong thing to do. In addition don't repeat

the "permenent" directions under the temporary section.

Approved by:	bcr (mentor)
This commit is contained in:
Eitan Adler 2012-11-18 16:37:52 +00:00
parent 0ebc37d043
commit 81512345a4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40078

View file

@ -6071,8 +6071,7 @@ options SYSVMSG # enable for messaging</programlisting>
<makevar>ENABLE_SUID_SSH</makevar> to
<literal>true</literal> in
<filename>/etc/make.conf</filename> then rebuild and
install &man.ssh.1; (or run
<command>make <maketarget>world</maketarget></command>).</para>
reinstall &man.ssh.1;.</para>
</listitem>
<listitem>
@ -6080,12 +6079,7 @@ options SYSVMSG # enable for messaging</programlisting>
<filename>/usr/bin/ssh</filename> to
<literal>4555</literal> by running
<command>chmod 4555 /usr/bin/ssh</command> as
<username>root</username>. Then add
<literal><makevar>ENABLE_SUID_SSH</makevar>= true</literal>
to <filename>/etc/make.conf</filename> so
the change takes effect the next time
<command>make <maketarget>world</maketarget></command>
is run.</para>
<username>root</username>.</para>
</listitem>
</itemizedlist>
</answer>