diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-14 17:17:58 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-14 17:17:58 +0000 |
commit | eac7e79a906bcfe3056849b9db51f3fdef98f5f8 (patch) | |
tree | a6e11eaa2c64b07e5742b762b396925631c65e93 /net/ldap2dns/files/patch-ldap2dns.c | |
parent | - Switch to acroread7 (diff) |
- Update to 0.3.6
- Take maintainership
PR: ports/91790
Submitted by: Gerrit Beine <gerrit.beine@gmx.de>
Notes
Notes:
svn path=/head/; revision=153478
Diffstat (limited to 'net/ldap2dns/files/patch-ldap2dns.c')
-rw-r--r-- | net/ldap2dns/files/patch-ldap2dns.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/ldap2dns/files/patch-ldap2dns.c b/net/ldap2dns/files/patch-ldap2dns.c new file mode 100644 index 000000000000..3bff6618adb6 --- /dev/null +++ b/net/ldap2dns/files/patch-ldap2dns.c @@ -0,0 +1,11 @@ +--- ldap2dns.c.orig Fri Dec 16 20:49:47 2005 ++++ ldap2dns.c Thu Jan 12 18:36:43 2006 +@@ -15,7 +15,7 @@ + #include <unistd.h> + + #define UPDATE_INTERVALL 59 +-#define LDAP_CONF "/etc/ldap/ldap.conf" ++#define LDAP_CONF "%%PREFIX%%/etc/openldap/ldap.conf" + #define OUTPUT_DATA 1 + #define OUTPUT_DB 2 + #define MAXHOSTS 10 |