Update Question 10.17:
- Mark up Kerberos with <application> - Mark up directory /cdrom with <filename> - Update "bin" distribution to "base" - Update MAKE_KERBEROS to NO_KERBEROS in /etc/make.conf Reviewed by: trhodes, danger Approved by: gabor
This commit is contained in:
parent
76cd0ac255
commit
c16f8c98ad
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32332
1 changed files with 6 additions and 6 deletions
|
@ -6193,21 +6193,21 @@ options SYSVMSG # enable for messaging</programlisting>
|
|||
|
||||
<qandaentry>
|
||||
<question id="uninstall-kerberos">
|
||||
<para>How do I uninstall Kerberos?</para>
|
||||
<para>How do I uninstall <application>Kerberos</application>?</para>
|
||||
</question>
|
||||
|
||||
<answer>
|
||||
|
||||
<para>To remove Kerberos from the system, reinstall the bin
|
||||
<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 CDROM, you can mount the cd (we will assume on /cdrom)
|
||||
the CDROM, you can mount the it (we will assume on <filename role="directory">/cdrom</filename>)
|
||||
and run</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /cdrom/bin</userinput>
|
||||
<screen>&prompt.root; <userinput>cd /cdrom/base</userinput>
|
||||
&prompt.root; <userinput>./install.sh</userinput></screen>
|
||||
|
||||
<para>Alternately, you can remove all
|
||||
<makevar>MAKE_KERBEROS</makevar> options from
|
||||
<para>Alternately, you can include the
|
||||
<makevar>NO_KERBEROS</makevar> option in your
|
||||
<filename>/etc/make.conf</filename> and rebuild
|
||||
world.</para>
|
||||
</answer>
|
||||
|
|
Loading…
Reference in a new issue