diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-07 17:43:35 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-07 17:43:35 +0000 |
commit | 68acfff416c165a7213a2280f71fa69264e7f522 (patch) | |
tree | fec37b3a0f61de662d16427b155b2b147fa47524 /mail/lbdb/files/patch-mutt_ldap_query | |
parent | - Update to 2.1.1 (diff) |
- Add OPTIONS
- Port cleanups and fixes
- Pass maintainership to submitter
PR: 137485
Submitted by: Alexey V.Degtyarev <alexey@renatasystems.org>
Diffstat (limited to 'mail/lbdb/files/patch-mutt_ldap_query')
-rw-r--r-- | mail/lbdb/files/patch-mutt_ldap_query | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/lbdb/files/patch-mutt_ldap_query b/mail/lbdb/files/patch-mutt_ldap_query new file mode 100644 index 000000000000..eff99d3497c3 --- /dev/null +++ b/mail/lbdb/files/patch-mutt_ldap_query @@ -0,0 +1,10 @@ +--- mutt_ldap_query.pl.in.orig 2008-06-14 14:24:46.000000000 +0400 ++++ mutt_ldap_query.pl.in 2009-08-06 13:36:39.000000000 +0400 +@@ -33,6 +33,7 @@ + my $version = 0; + my $ldap_server_nickname = ''; + my $config_file = ''; ++my $prefix = '@prefix@'; + + # hostname of your ldap server + our $ldap_server = 'ldap.four11.com'; |