svn commit: r40078 - head/en_US.ISO8859-1/books/faq

Eitan Adler eadler at FreeBSD.org
Sun Nov 18 16:37:53 UTC 2012


Author: eadler
Date: Sun Nov 18 16:37:52 2012
New Revision: 40078
URL: http://svnweb.freebsd.org/changeset/doc/40078

Log:
  "make world" is the wrong thing to do. In addition don't repeat
  the "permenent" directions under the temporary section.
  
  Approved by:	bcr (mentor)

Modified:
  head/en_US.ISO8859-1/books/faq/book.xml

Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml	Sun Nov 18 16:37:50 2012	(r40077)
+++ head/en_US.ISO8859-1/books/faq/book.xml	Sun Nov 18 16:37:52 2012	(r40078)
@@ -6071,8 +6071,7 @@ options    SYSVMSG          # enable for
 		<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
 		<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>


More information about the svn-doc-head mailing list