View | Details | Raw Unified | Return to bug 20173
Collapse All | Expand All

(-)mysrc/gnu/usr.bin/send-pr/send-pr.sh (+2 lines)
Lines 57-62 Link Here
57
# What mailer to use.  This must come after the config file, since it is
57
# What mailer to use.  This must come after the config file, since it is
58
# host-dependent.
58
# host-dependent.
59
MAIL_AGENT="/usr/sbin/sendmail -oi -t"
59
MAIL_AGENT="/usr/sbin/sendmail -oi -t"
60
# From: address override?
61
[ ! -z "$FROM" ] && MAIL_AGENT="$MAIL_AGENT -f $FROM"
60
62
61
ECHON=bsd
63
ECHON=bsd

Return to bug 20173