diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-11-05 00:19:13 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-11-05 00:19:13 +0000 |
commit | 6b7299427adc606949c3f647334dc74c97d767e0 (patch) | |
tree | 04bfe60a4f891ed14042bfa0bfe927d595244a74 /net/ldap2dns/files/patch-ldap2dns.c | |
parent | - Switch to scons support [1] (diff) |
- Update to 0.4.1
PR: ports/105038
Submitted by: Gerrit Beine<gerrit.beine@gmx.de> (maintainer)
Sponsored by: FreeBSD Bug-a-thon #2
Notes
Notes:
svn path=/head/; revision=176387
Diffstat (limited to 'net/ldap2dns/files/patch-ldap2dns.c')
-rw-r--r-- | net/ldap2dns/files/patch-ldap2dns.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/ldap2dns/files/patch-ldap2dns.c b/net/ldap2dns/files/patch-ldap2dns.c index 3bff6618adb6..75108c943f8d 100644 --- a/net/ldap2dns/files/patch-ldap2dns.c +++ b/net/ldap2dns/files/patch-ldap2dns.c @@ -1,10 +1,10 @@ ---- 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> +--- ldap2dns.c.orig Thu Oct 19 20:54:23 2006 ++++ ldap2dns.c Sun Oct 29 16:41:24 2006 +@@ -18,7 +18,7 @@ + #include <sys/types.h> - #define UPDATE_INTERVALL 59 --#define LDAP_CONF "/etc/ldap/ldap.conf" + #define UPDATE_INTERVAL 59 +-#define LDAP_CONF "/etc/ldap.conf" +#define LDAP_CONF "%%PREFIX%%/etc/openldap/ldap.conf" #define OUTPUT_DATA 1 #define OUTPUT_DB 2 |