Correct the instructions provided for creating custom sendmail.cf

files. It's ``make foo.mc'' and not ``make foo.cf''.

Complained about several times on the freebsd-questions mailing list.
This commit is contained in:
Sheldon Hearn 1999-10-22 09:00:36 +00:00
parent 190c6b12b2
commit 2b3a6639c6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5917
2 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@
</author>
</authorgroup>
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.15 1999/10/20 11:44:08 des Exp $</pubdate>
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.16 1999/10/21 09:18:27 jkoshy Exp $</pubdate>
<abstract><para> This is the FAQ for FreeBSD systems version 2.X All entries are
assumed to be relevant to FreeBSD 2.0.5 and later, unless otherwise noted.
@ -4108,7 +4108,7 @@ all you need to do in order to convert it into a valid
<para>
<literallayout> cd /usr/src/usr.sbin/sendmail/cf/cf
make foo.cf
make foo.mc
cp foo.cf /etc/sendmail.cf
</literallayout>
</para>

View file

@ -10,7 +10,7 @@
</author>
</authorgroup>
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.15 1999/10/20 11:44:08 des Exp $</pubdate>
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.16 1999/10/21 09:18:27 jkoshy Exp $</pubdate>
<abstract><para> This is the FAQ for FreeBSD systems version 2.X All entries are
assumed to be relevant to FreeBSD 2.0.5 and later, unless otherwise noted.
@ -4108,7 +4108,7 @@ all you need to do in order to convert it into a valid
<para>
<literallayout> cd /usr/src/usr.sbin/sendmail/cf/cf
make foo.cf
make foo.mc
cp foo.cf /etc/sendmail.cf
</literallayout>
</para>