On Sun, Sep 16, 2018 at 10:58:28PM +0100, Jason McIntyre wrote:
> On Sun, Sep 16, 2018 at 05:49:58PM -0400, Matt Schwartz wrote:
> > Yes, the comment should go as it is superfluous. Let me know if you
> > decide you want the BUGS section after all and I will re-do the patch.
> 
> thanks, but at this stage there's no need to resubmit a diff - i can
> tweak it based on any feedback.
> 
> note that i'm not proposing to remove the comment wholesale - just the part
> which lists the path to the binary.
> 
> jmc

below is the diff i propose, and will commit shortly.

i didn't remove BUGS - if there is a desire, it could be dealt with in a
separate diff. i'm unsure about its removal.

we could also add text about adding mailers from packages, but again i
think a different diff. i'm also not convinced about the merits of that.

jmc

Index: mailer.conf.5
===================================================================
RCS file: /cvs/src/usr.sbin/mailwrapper/mailer.conf.5,v
retrieving revision 1.17
diff -u -r1.17 mailer.conf.5
--- mailer.conf.5       8 Dec 2015 09:06:32 -0000       1.17
+++ mailer.conf.5       17 Sep 2018 13:14:17 -0000
@@ -78,14 +78,14 @@
 MTA suite in place of
 .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 ,

Reply via email to