busybox/sendmail-ignore-F-option.patch
Thorsten Kukuk 67d783471a Accepting request 860408 from home:kukuk:container
- Update to version 1.32.1
  - fixes a case where in ash, "wait" never finishes. 

- sendmail-ignore-F-option.patch: ignore -F option as used by
  cron (workaround for [bbn#13426])

OBS-URL: https://build.opensuse.org/request/show/860408
OBS-URL: https://build.opensuse.org/package/show/Base:System/busybox?expand=0&rev=84
2021-01-05 09:00:02 +00:00

13 lines
581 B
Diff

diff -urN busybox-1.32.0.orig/mailutils/sendmail.c busybox-1.32.0/mailutils/sendmail.c
--- busybox-1.32.0.orig/mailutils/sendmail.c 2020-06-26 20:47:44.000000000 +0200
+++ busybox-1.32.0/mailutils/sendmail.c 2021-01-05 09:04:05.973347132 +0100
@@ -271,7 +271,7 @@
// -a is for ssmtp (http://downloads.openwrt.org/people/nico/man/man8/ssmtp.8.html) compatibility,
// it is still under development.
opts = getopt32(argv, "^"
- "tf:o:iw:+H:S:a:*:v"
+ "tf:o:iw:+H:S:a:*:vF:"
"\0"
// -v is a counter, -H and -S are mutually exclusive, -a is a list
"vv:H--S:S--H",