diff options
author | schmonz <schmonz@pkgsrc.org> | 2006-12-20 03:22:39 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2006-12-20 03:22:39 +0000 |
commit | 46a1ac85773484cf286e76d93637d5d153fd49e7 (patch) | |
tree | cce587f9e9e330662a0ca9dc737f7379b18e0891 /mail/tmda/patches | |
parent | 2e256e92d0f2a0a16b3130d1f4a0e27948fe8cce (diff) | |
download | pkgsrc-46a1ac85773484cf286e76d93637d5d153fd49e7.tar.gz |
Fix authfile thinko in tmda-ofmipd. From TMDA SVN revision 2133,
via bug report and patch from Nathan Arthur. Bump PKGREVISION.
Diffstat (limited to 'mail/tmda/patches')
-rw-r--r-- | mail/tmda/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/tmda/patches/patch-aa b/mail/tmda/patches/patch-aa new file mode 100644 index 00000000000..eacec90839b --- /dev/null +++ b/mail/tmda/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2006/12/20 03:22:39 schmonz Exp $ + +--- bin/tmda-ofmipd.orig 2006-10-30 00:58:42.000000000 -0500 ++++ bin/tmda-ofmipd +@@ -288,7 +288,7 @@ if running_as_root: + if not opts.username: + opts.username = 'tofmipd' + if not opts.authfile: +- authfile = '/etc/tofmipd' ++ opts.authfile = '/etc/tofmipd' + ipauthmapfile = '/etc/ipauthmap' + else: + tmda_path = os.path.join(os.path.expanduser('~'), '.tmda') |