summaryrefslogtreecommitdiff
path: root/usr.bin/mail
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2017-12-27 06:23:50 +0000
committerXin LI <delphij@FreeBSD.org>2017-12-27 06:23:50 +0000
commita9a7c8c0a19b8d94267e654d04d8cd4481e442b1 (patch)
tree06e0fe7a77f2975827306d2c9c1f4824be757288 /usr.bin/mail
parent197d53b7d196f0d85187acdff8e2eaf32b928124 (diff)
downloadsrc-test-a9a7c8c0a19b8d94267e654d04d8cd4481e442b1.tar.gz
src-test-a9a7c8c0a19b8d94267e654d04d8cd4481e442b1.zip
Replace send-mail with the more standarized sendmail, we do not create
links for send-mail in mailwrapper so it did not work anyway. MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=327236
Diffstat (limited to 'usr.bin/mail')
-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 b6cde21ce9d6a..9e08b0870c502 100644
--- a/usr.bin/mail/names.c
+++ b/usr.bin/mail/names.c
@@ -575,7 +575,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";