ports/net/ldap2dns/files/patch-ldap2dns.c
Pav Lucistnik eac7e79a90 - Update to 0.3.6
- Take maintainership

PR:		ports/91790
Submitted by:	Gerrit Beine <gerrit.beine@gmx.de>
2006-01-14 17:17:58 +00:00

11 lines
316 B
C

--- 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