glfs/postlfs/security/heimdal/heimdal-exp.xml
Igor Živković 685655627b always forgetting to add the files...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2069 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-04-27 20:26:14 +00:00

32 lines
1.3 KiB
XML

<sect2>
<title>Command explanations</title>
<para><parameter>--libexecdir=/usr/sbin</parameter>:
This switch puts the daemon programs into <filename
class="directory">/usr/sbin</filename>.
</para>
<note><para>
If you want to preserve all your existing Inetutils package daemons,
install the Heimdal daemons into <filename
class="directory">/usr/sbin/heimdal</filename> (or wherever you want).
Since these programs will be called from <command>(x)inetd</command> or
<command>rc</command> scripts, it really doesn't matter where they live,
as long as they are correctly specified in the
<filename>/etc/(x)inetd.conf</filename> file and <command>rc</command>
scripts. If you choose something other than <filename
class="directory">/usr/sbin</filename>, you may want to move some of the
user programs (such as <command>kadmin</command>) to <filename
class="directory">/usr/sbin</filename> manually.
</para></note>
<para><command>cp /usr/bin/login /bin &amp;&amp; mv /usr/bin/su /bin</command>:
The <command>login</command> and <command>su</command> programs
installed by Heimdal belong in <filename
class="directory">/bin</filename> directory. The
<command>login</command> program is copied because Heimdal is expecting
to find it in <filename class="directory">/usr/bin</filename>.
</para>
</sect2>