mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
PR: ports/105038 Submitted by: Gerrit Beine<gerrit.beine@gmx.de> (maintainer) Sponsored by: FreeBSD Bug-a-thon #2
11 lines
313 B
C
11 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
|