diff options
author | schmonz <schmonz@pkgsrc.org> | 2004-06-10 16:33:40 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2004-06-10 16:33:40 +0000 |
commit | 70f369d4b9d7ed12cb86af870cd85e5f627d1fe7 (patch) | |
tree | 8e74b21e16a2519f999054ff0317be5a7379c03e /mail/tmda | |
parent | 56f9509320793dee78c9f883aaa8a92d712021e1 (diff) | |
download | pkgsrc-70f369d4b9d7ed12cb86af870cd85e5f627d1fe7.tar.gz |
Always pass "-b" on the command line, in case the default behavior changes.
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 |