summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2018-01-10 09:06:07 +0000
committerdelphij <delphij@FreeBSD.org>2018-01-10 09:06:07 +0000
commit60bed18d0670021b7e148255c7c2bcc9e78655ec (patch)
tree1a1256769df6f7a9ccf7943ef8173ba77544ba47 /usr.bin
parent1496fcb04af1c10c98977113ff64e620cf85cf95 (diff)
downloadFreeBSD-src-60bed18d0670021b7e148255c7c2bcc9e78655ec.zip
FreeBSD-src-60bed18d0670021b7e148255c7c2bcc9e78655ec.tar.gz
MFC r327236:
Replace send-mail with the more standarized sendmail, we do not create links for send-mail in mailwrapper so it did not work anyway.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/mail/names.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mail/names.c b/usr.bin/mail/names.c
index 8697f7b..724d201 100644
--- a/usr.bin/mail/names.c
+++ b/usr.bin/mail/names.c
@@ -573,7 +573,7 @@ unpack(struct name *np)
extra++;
top = (char **)salloc((t + extra) * sizeof(*top));
ap = top;
- *ap++ = "send-mail";
+ *ap++ = "sendmail";
*ap++ = "-i";
if (metoo)
*ap++ = "-m";
OpenPOWER on IntegriCloud