diff options
Diffstat (limited to 'mail/tmda')
-rwxr-xr-x | mail/tmda/files/tofmipd.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/tmda/files/tofmipd.sh b/mail/tmda/files/tofmipd.sh index 035881bb848..e39d900e302 100755 --- a/mail/tmda/files/tofmipd.sh +++ b/mail/tmda/files/tofmipd.sh @@ -1,6 +1,6 @@ #!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: tofmipd.sh,v 1.1 2004/06/06 05:08:34 schmonz Exp $ +# $NetBSD: tofmipd.sh,v 1.2 2004/06/10 16:33:40 schmonz Exp $ # # PROVIDE: mail @@ -11,6 +11,7 @@ name="tofmipd" rcvar=$name command="@PREFIX@/bin/tmda-ofmipd" +command_args="-b" command_interpreter="@PYTHONBIN@" load_rc_config $name |