]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - etc/rc.d/othermta
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / etc / rc.d / othermta
1 #!/bin/sh
2 #
3 # $FreeBSD$
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
13 load_rc_config 'XXX'
14
15 if [ -n "${mta_start_script}" ]; then
16         [ "${mta_start_script}" != "/etc/rc.sendmail" ] && \
17             sh ${mta_start_script} "$1"
18 fi