* Add this nice filesystem testing tool that I've recently
[dragonfly.git] / etc / rc.d / othermta
1 #!/bin/sh
2 #
3 # $FreeBSD: src/etc/rc.d/othermta,v 1.2 2002/08/09 17:45:04 gordon Exp $
4 # $DragonFly: src/etc/rc.d/othermta,v 1.1 2003/07/24 06:35:37 dillon Exp $
5 #
6
7 # PROVIDE: mail
8 # REQUIRE: LOGIN
9 # KEYWORD: DragonFly FreeBSD
10
11 # XXX - TEMPORARY SCRIPT UNTIL YOU WRITE YOUR OWN REPLACEMENT.
12 #
13 . /etc/rc.subr
14
15 load_rc_config 'XXX'
16
17 if [ -n "${mta_start_script}" ]; then
18         [ "${mta_start_script}" != "/etc/rc.sendmail" ] && \
19             sh ${mta_start_script} "$1"
20 fi