Fix locations of PF helpers.
[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.3 2004/01/27 00:42:45 rob Exp $
5 #
6
7 # PROVIDE: mail
8 # REQUIRE: LOGIN
9 # KEYWORD: DragonFly
10
11 # XXX - TEMPORARY SCRIPT UNTIL YOU WRITE YOUR OWN REPLACEMENT.
12 #
13 . /etc/rc.subr
14 load_rc_config 'XXX'
15 dummy_rc_command "$1"
16
17 if [ -n "${mta_start_script}" ]; then
18         [ "${mta_start_script}" != "/etc/rc.sendmail" ] && \
19             sh ${mta_start_script} "$1"
20 fi