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:
Nik Clayton 2000-04-30 22:48:49 +00:00
parent 26927f3ca7
commit 64b74cc439
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59807

View File

@ -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