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