mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 04:52:12 +08:00
b7d0bb4a52
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1294 af4574ff-66df-0310-9fd7-8a98e5e911e0
21 lines
852 B
XML
21 lines
852 B
XML
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><command>sed -e ... > Local/Makefile</command>: Many of
|
|
<application>Exim</application>'s
|
|
configuration options are compiled in. Here, we specify the minimum set
|
|
of options, <parameter>BIN_DIRECTORY</parameter>,
|
|
<parameter>CONFIGURE_FILE</parameter> and
|
|
<parameter>EXIM_USER</parameter>. We also defer
|
|
building the <application>Exim</application> monitor program, which
|
|
requires the <application>X</application> Window System
|
|
support, by commenting out the <parameter>EXIM_MONITOR</parameter> line
|
|
in the <filename>Makefile</filename>.</para>
|
|
|
|
<para><command>ln -s exim /usr/sbin/sendmail</command>:
|
|
Create a link to <command>sendmail</command> for applications which need
|
|
it. <application>Exim</application> will
|
|
accept most <application>Sendmail</application> command-line options.</para>
|
|
|
|
</sect2>
|