aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/mailx/files/0015-usr-sbin-sendmail.patch
blob: 2b5991425bbc95f45846ae9dbecec6456ed5be87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Description: Sendmail is at /usr/sbin/sendmail
 As per Debian Policy §11.6
Author: Ryan Kavanagh <rak@debian.org>
Origin: Debian
Forwarded: no
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: heirloom-mailx-12.5/Makefile
===================================================================
This patch is taken from
ftp://ftp.debian.org/debian/pool/main/h/heirloom-mailx/heirloom-mailx_12.5-5.debian.tar.xz

Upstream-Status: Inappropriate [upstream is dead]

--- heirloom-mailx-12.5.orig/Makefile	2011-04-26 17:23:22.000000000 -0400
+++ heirloom-mailx-12.5/Makefile	2015-01-27 13:20:04.733542801 -0500
@@ -13,7 +13,7 @@
 
 MAILRC		= $(SYSCONFDIR)/nail.rc
 MAILSPOOL	= /var/mail
-SENDMAIL	= /usr/lib/sendmail
+SENDMAIL	= /usr/sbin/sendmail
 
 DESTDIR		=
 
Index: heirloom-mailx-12.5/mailx.1
===================================================================
--- heirloom-mailx-12.5.orig/mailx.1	2015-01-27 13:18:49.000000000 -0500
+++ heirloom-mailx-12.5/mailx.1	2015-01-27 13:20:32.382336867 -0500
@@ -4922,7 +4922,7 @@
 which just acts as a proxy.
 .PP
 \fIMailx\fR immediately contacts the SMTP server (or
-.IR \%/usr/lib/sendmail )
+.IR \%/usr/sbin/sendmail )
 even when operating in
 .I disconnected
 mode.