Drop two questions from the FAQ:
o "How do I uninstall Kerberos" - Answer is almost entirely wrong, and I don't think I've ever seen anybody ask this so it's hardly an FAQ o "How do I add pseudoterminals to the system?" This question actually lacked any form of answer. It is also no longer required in >=9.0, so just drop it Reviewed by: eadler
This commit is contained in:
parent
a9365a96bf
commit
4081e218db
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41172
1 changed files with 0 additions and 36 deletions
|
@ -4519,42 +4519,6 @@ options SYSVMSG # enable for messaging</programlisting>
|
|||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<qandaentry>
|
||||
<question id="uninstall-kerberos">
|
||||
<para>How do I uninstall
|
||||
<application>Kerberos</application>?</para>
|
||||
</question>
|
||||
|
||||
<answer>
|
||||
<para>To remove <application>Kerberos</application> from the
|
||||
system, reinstall the <literal>base</literal> distribution
|
||||
for the release you are running. If you have the CD-ROM,
|
||||
you can mount it (we will assume on <filename
|
||||
class="directory">/cdrom</filename>) and run the commands
|
||||
below:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /cdrom/base</userinput>
|
||||
&prompt.root; <userinput>./install.sh</userinput></screen>
|
||||
|
||||
<para>Alternately, you can include the
|
||||
<makevar>NO_KERBEROS</makevar> option in your
|
||||
<filename>/etc/make.conf</filename> and rebuild
|
||||
world.</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
<qandaentry>
|
||||
<question id="add-pty">
|
||||
<para>How do I add pseudoterminals to the system?</para>
|
||||
</question>
|
||||
|
||||
<answer>
|
||||
<para>If you have a lot of <command>telnet</command>,
|
||||
<command>ssh</command>, X, or <command>screen</command>
|
||||
users, you might run out of pseudoterminals. By default,
|
||||
&os; supports 512 pseudoterminals.</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<qandaentry>
|
||||
<question id="reread-rc">
|
||||
<para>How do I re-read <filename>/etc/rc.conf</filename> and
|
||||
|
|
Loading…
Reference in a new issue