Searched refs:SENDMAIL_START_SCRIPT (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/etc/mail/
H A DMakefile104 SENDMAIL_START_SCRIPT?= /etc/rc.sendmail macro
222 @if [ -r ${SENDMAIL_START_SCRIPT} ]; then \
224 sh ${SENDMAIL_START_SCRIPT} $@; \
229 @if [ -r ${SENDMAIL_START_SCRIPT} ]; then \
231 sh ${SENDMAIL_START_SCRIPT} $@; \
236 @if [ -r ${SENDMAIL_START_SCRIPT} ]; then \
238 sh ${SENDMAIL_START_SCRIPT} $@; \

Completed in 105 milliseconds