Update Question 13.6:

- Rewrite the sentences to reflect that perl(1) was removed from the
  base system
- Tune markup of "ENABLE_SUIDPERL=true" (suggested by gabor)

Reviewed by:  trhodes, danger
Approved by:  gabor
This commit is contained in:
Gabor Pali 2008-06-21 08:32:47 +00:00
parent 0f377800e2
commit 02354cc6e9
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32378

View file

@ -8223,16 +8223,10 @@ Key F15 A A Menu Workplace Nop</programlisting>
<answer>
<para>For security reasons, <command>suidperl</command> is
installed without the suid bit by default. The system
administrator can enable suid behavior with the following
command.</para>
<screen>&prompt.root; <userinput>chmod u+s /usr/bin/suidperl</userinput></screen>
<para>If you want <command>suidperl</command> to be built
suid during upgrades from source, edit
not installed by default. If you want <command>suidperl</command> to be built
during upgrades from source, edit
<filename>/etc/make.conf</filename> and add
<varname>ENABLE_SUIDPERL=true</varname> before you build
<literal><varname>ENABLE_SUIDPERL</varname>=true</literal> before you build
<command>perl</command>.</para>
</answer>
</qandaentry>