diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
| commit | 2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch) | |
| tree | 25f0138e1af8902b92dacc8cce09b267447c17db /mail/sendmail-devel/files/patch-mail.local.c | |
| parent | f85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff) | |
| parent | 1a30da80670973368b399f2b01fe9c04b91a1273 (diff) | |
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
Diffstat (limited to 'mail/sendmail-devel/files/patch-mail.local.c')
| -rw-r--r-- | mail/sendmail-devel/files/patch-mail.local.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/sendmail-devel/files/patch-mail.local.c b/mail/sendmail-devel/files/patch-mail.local.c index 191f53fb637d..d9aabc7cc080 100644 --- a/mail/sendmail-devel/files/patch-mail.local.c +++ b/mail/sendmail-devel/files/patch-mail.local.c @@ -1,4 +1,4 @@ ---- mail.local/mail.local.c.orig 2023-04-27 10:39:42 UTC +--- mail.local/mail.local.c.orig 2025-06-27 17:57:30 UTC +++ mail.local/mail.local.c @@ -154,6 +154,8 @@ bool BounceQuota = false; /* permanent error when ove bool HoldErrs = false; /* Hold errors in ErrBuf */ @@ -83,8 +83,8 @@ notifybiff(biffmsg); if ( -@@ -1618,9 +1630,9 @@ usage() - ExitVal = EX_USAGE; +@@ -1617,9 +1629,9 @@ usage() + { /* XXX add U to options for USE_EAI */ #if _FFR_SPOOL_PATH - mailerr(NULL, "usage: mail.local [-7] [-b] [-d] [-l] [-f from|-r from] [-h filename] [-p path] user ..."); @@ -93,5 +93,5 @@ - mailerr(NULL, "usage: mail.local [-7] [-b] [-d] [-l] [-f from|-r from] [-h filename] user ..."); + mailerr(NULL, "usage: mail.local [-7] [-b] [-B] [-d] [-l] [-f from|-r from] [-h filename] user ..."); #endif - sm_exit(ExitVal); + sm_exit(EX_USAGE); } |
