othermta revision 294785
1#!/bin/sh
2#
3# $FreeBSD: stable/10/etc/rc.d/othermta 294785 2016-01-26 08:58:59Z des $
4#
5
6# PROVIDE: mail
7# REQUIRE: LOGIN
8
9# XXX - TEMPORARY SCRIPT UNTIL YOU WRITE YOUR OWN REPLACEMENT.
10#
11. /etc/rc.subr
12
13load_rc_config
14
15if [ -n "${mta_start_script}" ]; then
16	[ "${mta_start_script}" != "/etc/rc.sendmail" ] && \
17	    sh ${mta_start_script} "$1"
18fi
19