mailx/fix-sendmail-name.patch
Dirk Stoecker dbe86bf863 Accepting request 858629 from home:kukuk:branches:server:mail
- fix-sendmail-name.patch: fix name argument when calling
  /usr/sbin/sendmail [bsc#1180355].

OBS-URL: https://build.opensuse.org/request/show/858629
OBS-URL: https://build.opensuse.org/package/show/server:mail/mailx?expand=0&rev=65
2021-01-06 09:42:55 +00:00

13 lines
362 B
Diff

diff -urN mailx-12.5.old/names.c mailx-12.5/names.c
--- mailx-12.5.old/names.c 2006-03-04 01:32:16.000000000 +0100
+++ mailx-12.5/names.c 2020-12-25 11:49:29.656778902 +0100
@@ -572,7 +572,7 @@
/*LINTED*/
top = (char **)salloc((t + extra) * sizeof *top);
ap = top;
- *ap++ = "send-mail";
+ *ap++ = "sendmail";
*ap++ = "-i";
if (metoo)
*ap++ = "-m";