update the installed path for sendmail: from matt schwartz
authorjmc <jmc@openbsd.org>
Mon, 17 Sep 2018 15:46:37 +0000 (15:46 +0000)
committerjmc <jmc@openbsd.org>
Mon, 17 Sep 2018 15:46:37 +0000 (15:46 +0000)
trim the comment - it is just repeating info

ok benno

usr.sbin/mailwrapper/mailer.conf.5

index ef7959f..288ff4f 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: mailer.conf.5,v 1.17 2015/12/08 09:06:32 sunil Exp $
+.\"    $OpenBSD: mailer.conf.5,v 1.18 2018/09/17 15:46:37 jmc Exp $
 .\"    $NetBSD: mailer.conf.5,v 1.1 1999/03/25 16:40:17 is Exp $
 .\"
 .\" Copyright (c) 1998
@@ -30,7 +30,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd $Mdocdate: December 8 2015 $
+.Dd $Mdocdate: September 17 2018 $
 .Dt MAILER.CONF 5
 .Os
 .Sh NAME
@@ -63,7 +63,7 @@ The following is an example of how to set up
 .Nm
 for the default
 .Xr smtpd 8
-MTA suite .
+MTA suite:
 .Bd -literal
 # Emulate sendmail using smtpd
 sendmail       /usr/sbin/smtpctl
@@ -76,16 +76,16 @@ newaliases  /usr/sbin/smtpctl
 This example shows how to invoke the traditional
 .Xr sendmail 8
 MTA suite in place of
-.Xr smtpd 8 .
+.Xr smtpd 8 :
 .Bd -literal
-# Execute the "real" sendmail program, named /usr/libexec/sendmail/sendmail
-sendmail       /usr/libexec/sendmail/sendmail
-send-mail      /usr/libexec/sendmail/sendmail
-mailq          /usr/libexec/sendmail/sendmail
-makemap        /usr/libexec/sendmail/makemap
-newaliases     /usr/libexec/sendmail/sendmail
-hoststat       /usr/libexec/sendmail/sendmail
-purgestat      /usr/libexec/sendmail/sendmail
+# Execute the "real" sendmail program
+sendmail       /usr/local/libexec/sendmail/sendmail
+send-mail      /usr/local/libexec/sendmail/sendmail
+mailq          /usr/local/libexec/sendmail/sendmail
+makemap        /usr/local/libexec/sendmail/makemap
+newaliases     /usr/local/libexec/sendmail/sendmail
+hoststat       /usr/local/libexec/sendmail/sendmail
+purgestat      /usr/local/libexec/sendmail/sendmail
 .Ed
 .Sh SEE ALSO
 .Xr mail 1 ,