mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
Only set $MAIL_AGENT if it isn't already defined in the environment.
No idea why this was sent in as a docs bug. . . PR: docs/17014 Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr>
This commit is contained in:
parent
26927f3ca7
commit
64b74cc439
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59807
@ -56,7 +56,7 @@ GNATS_SITE=freefall
|
||||
|
||||
# What mailer to use. This must come after the config file, since it is
|
||||
# host-dependent.
|
||||
MAIL_AGENT="/usr/sbin/sendmail -oi -t"
|
||||
MAIL_AGENT="${MAIL_AGENT:-/usr/sbin/sendmail -oi -t}"
|
||||
|
||||
ECHON=bsd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user