Clarify that "effective user id of 0" is an issue because it is SETUID.

Also fix minor view-related style issue in the command. (translators
should _not_ ignore)

Noted by:	Daniel O'Connor
Approved by:	bcr (mentor)
This commit is contained in:
Eitan Adler 2012-12-07 13:01:12 +00:00
parent 3d9d8c5956
commit bda9ffe914
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40303

View file

@ -8181,8 +8181,8 @@ ATDT1234567</programlisting>
<answer>
<para>The <application>ppp</application> utility (or any other
program for that matter) should never dump core. Because
&man.ppp.8; runs with an effective user&nbsp;ID of
<literal>0</literal>, the operating system will not write
&man.ppp.8; runs setuid (with an effective user&nbsp;ID of
<literal>0</literal>), the operating system will not write
core image of &man.ppp.8; to disk before terminating it.
If, however &man.ppp.8; is actually terminating due to a
segmentation violation or some other signal that normally
@ -8191,7 +8191,7 @@ ATDT1234567</programlisting>
section), then you should install the system sources and do
the following:</para>
<screen>&prompt.root; <userinput><command>cd</command> <filename class="directory">/usr/src/usr.sbin/ppp</filename></userinput>
<screen>&prompt.root; <userinput><command>cd</command> <filename class="directory">/usr/src/usr.sbin/ppp</filename></userinput>
&prompt.root; <userinput><command>echo</command> <makevar>STRIP</makevar>= &gt;&gt; <filename>/etc/make.conf</filename></userinput>
&prompt.root; <userinput><command>echo</command> <makevar>CFLAGS</makevar>+=<option>-g</option> &gt;&gt; <filename>/etc/make.conf</filename></userinput>
&prompt.root; <userinput><command>make</command> <maketarget>install</maketarget> <maketarget>clean</maketarget></userinput></screen>