1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/net/ldap2dns/files/patch-ldap2dns.c
Martin Wilke 6b7299427a - Update to 0.4.1
PR:		ports/105038
Submitted by:	Gerrit Beine<gerrit.beine@gmx.de> (maintainer)
Sponsored by:   FreeBSD Bug-a-thon #2
2006-11-05 00:19:13 +00:00

12 lines
313 B
C

--- 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_INTERVAL 59
-#define LDAP_CONF "/etc/ldap.conf"
+#define LDAP_CONF "%%PREFIX%%/etc/openldap/ldap.conf"
#define OUTPUT_DATA 1
#define OUTPUT_DB 2
#define MAXHOSTS 10