Bug 209831

Summary: [patch] ssmtp config in changing mail transfer agent corrected
Product: Documentation Reporter: c.brinkhaus
Component: Books & ArticlesAssignee: Sevan Janiyan <sevan>
Status: Closed FIXED    
Severity: Affects Some People CC: sevan
Priority: --- Keywords: patch
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://reviews.freebsd.org/D11985
Attachments:
Description Flags
[patch] ssmtp config in changing mail transfer agent corrected none

Description c.brinkhaus 2016-05-29 09:55:40 UTC
Created attachment 170786 [details]
[patch] ssmtp config in changing mail transfer agent corrected

Dear Community,

as discussed in https://docs.freebsd.org/cgi/getmsg.cgi?fetch=178933+0+archive/2016/freebsd-ports/20160529.freebsd-ports the section of https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mail-changingmta.html related to ssmtp is incorrect. The attached patch should fix that. The tool igor complains about bad tag indents around line 468. The complains are not related to the modifications since they also appear with the original file. I have not managed to fix this up to now. Therefore I have kept that section unchanged.

Kind regards,
Christoph
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-08-12 12:28:35 UTC
A commit references this bug:

Author: sevan
Date: Sat Aug 12 12:28:22 UTC 2017
New revision: 50664
URL: https://svnweb.freebsd.org/changeset/doc/50664

Log:
  Use the same snippet as set in the pkg-message of the mail/ssmtp port.

  PR:             209831
  Submitted by:   Christoph Brinkhaus <c.brinkhaus AT t-online DOT de>
  Approved by:    bcr (mentor)
  Differential Revision:  https://reviews.freebsd.org/D11985

Changes:
  head/en_US.ISO8859-1/books/handbook/mail/chapter.xml
Comment 2 Sevan Janiyan freebsd_committer freebsd_triage 2017-08-12 12:32:39 UTC
Committed, thank you.