summaryrefslogtreecommitdiff
path: root/mail/tmda/files/tofmipd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mail/tmda/files/tofmipd.sh')
-rwxr-xr-xmail/tmda/files/tofmipd.sh17
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/tmda/files/tofmipd.sh b/mail/tmda/files/tofmipd.sh
new file mode 100755
index 00000000000..035881bb848
--- /dev/null
+++ b/mail/tmda/files/tofmipd.sh
@@ -0,0 +1,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"