docs/167608: [PATCH] whitespace fixes in mail chapter examples
Niclas Zeising
zeising at daemonic.se
Sat May 5 09:30:11 UTC 2012
>Number: 167608
>Category: docs
>Synopsis: [PATCH] whitespace fixes in mail chapter examples
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Sat May 05 09:30:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Niclas Zeising
>Release: FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD vincent.daemonic.se 9.0-RELEASE FreeBSD 9.0-RELEASE #0 r232364: Fri Mar 2 01:14:23 CET 2012 root at vincent.daemonic.se:/usr/obj/usr/src/sys/VINCENT amd64
>Description:
In the chapter on changing MTA in the handbook, there are two examples of how to set up /etc/mail/mailer.conf that has inconsistent whitespace. Attached patch fixes that.
>How-To-Repeat:
>Fix:
--- handbook.mail.chapter.sgml.diff begins here ---
Index: en_US.ISO8859-1/books/handbook/mail/chapter.sgml
===================================================================
RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/handbook/mail/chapter.sgml,v
retrieving revision 1.146
diff -u -d -r1.146 chapter.sgml
--- en_US.ISO8859-1/books/handbook/mail/chapter.sgml 21 Feb 2012 00:08:43 -0000 1.146
+++ en_US.ISO8859-1/books/handbook/mail/chapter.sgml 5 May 2012 09:22:16 -0000
@@ -782,7 +782,7 @@
find something like the following
in <filename>/etc/mail/mailer.conf</filename>:</para>
-<programlisting>sendmail /usr/libexec/sendmail/sendmail
+<programlisting>sendmail /usr/libexec/sendmail/sendmail
send-mail /usr/libexec/sendmail/sendmail
mailq /usr/libexec/sendmail/sendmail
newaliases /usr/libexec/sendmail/sendmail
@@ -803,7 +803,7 @@
to be run instead of <application>sendmail</application>, you could change
<filename>/etc/mail/mailer.conf</filename> to read:</para>
-<programlisting>sendmail /usr/local/supermailer/bin/sendmail-compat
+<programlisting>sendmail /usr/local/supermailer/bin/sendmail-compat
send-mail /usr/local/supermailer/bin/sendmail-compat
mailq /usr/local/supermailer/bin/mailq-compat
newaliases /usr/local/supermailer/bin/newaliases-compat
--- handbook.mail.chapter.sgml.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-doc
mailing list