summaryrefslogtreecommitdiff
path: root/mail/tmda/files/tofmipd.sh
blob: 035881bb848d7aca2733c8b2aaf005c5c7a09bd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!@RCD_SCRIPTS_SHELL@
#
# $NetBSD: tofmipd.sh,v 1.1 2004/06/06 05:08:34 schmonz Exp $
#

# PROVIDE: mail
# REQUIRE: LOGIN

. /etc/rc.subr

name="tofmipd"
rcvar=$name
command="@PREFIX@/bin/tmda-ofmipd"
command_interpreter="@PYTHONBIN@"

load_rc_config $name
run_rc_command "$1"