pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/tmda/files Always pass "-b" on the command line, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d4c564bc7e7e
branches:  trunk
changeset: 476450:d4c564bc7e7e
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Thu Jun 10 16:33:40 2004 +0000

description:
Always pass "-b" on the command line, in case the default behavior changes.

diffstat:

 mail/tmda/files/tofmipd.sh |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 637f96dfefcd -r d4c564bc7e7e mail/tmda/files/tofmipd.sh
--- a/mail/tmda/files/tofmipd.sh        Thu Jun 10 16:16:09 2004 +0000
+++ b/mail/tmda/files/tofmipd.sh        Thu Jun 10 16:33:40 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index