Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | Description: Sendmail is at /usr/sbin/sendmail |
| 2 | As per Debian Policy ยง11.6 |
| 3 | Author: Ryan Kavanagh <rak@debian.org> |
| 4 | Origin: Debian |
| 5 | Forwarded: no |
| 6 | --- |
| 7 | This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ |
| 8 | Index: heirloom-mailx-12.5/Makefile |
| 9 | =================================================================== |
| 10 | This patch is taken from |
| 11 | ftp://ftp.debian.org/debian/pool/main/h/heirloom-mailx/heirloom-mailx_12.5-5.debian.tar.xz |
| 12 | |
| 13 | Upstream-Status: Inappropriate [upstream is dead] |
| 14 | |
| 15 | --- heirloom-mailx-12.5.orig/Makefile 2011-04-26 17:23:22.000000000 -0400 |
| 16 | +++ heirloom-mailx-12.5/Makefile 2015-01-27 13:20:04.733542801 -0500 |
| 17 | @@ -13,7 +13,7 @@ |
| 18 | |
| 19 | MAILRC = $(SYSCONFDIR)/nail.rc |
| 20 | MAILSPOOL = /var/mail |
| 21 | -SENDMAIL = /usr/lib/sendmail |
| 22 | +SENDMAIL = /usr/sbin/sendmail |
| 23 | |
| 24 | DESTDIR = |
| 25 | |
| 26 | Index: heirloom-mailx-12.5/mailx.1 |
| 27 | =================================================================== |
| 28 | --- heirloom-mailx-12.5.orig/mailx.1 2015-01-27 13:18:49.000000000 -0500 |
| 29 | +++ heirloom-mailx-12.5/mailx.1 2015-01-27 13:20:32.382336867 -0500 |
| 30 | @@ -4922,7 +4922,7 @@ |
| 31 | which just acts as a proxy. |
| 32 | .PP |
| 33 | \fIMailx\fR immediately contacts the SMTP server (or |
| 34 | -.IR \%/usr/lib/sendmail ) |
| 35 | +.IR \%/usr/sbin/sendmail ) |
| 36 | even when operating in |
| 37 | .I disconnected |
| 38 | mode. |