mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
6b7299427a
PR: ports/105038 Submitted by: Gerrit Beine<gerrit.beine@gmx.de> (maintainer) Sponsored by: FreeBSD Bug-a-thon #2
12 lines
313 B
C
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
|