diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
commit | 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch) | |
tree | 0cfc4f0736babb895eb97a65c6defe632a0249c7 /net/openldap24-server/files/patch-include__ldap_defaults.h | |
parent | editors/fte: update to 20110708 (diff) |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Diffstat (limited to 'net/openldap24-server/files/patch-include__ldap_defaults.h')
-rw-r--r-- | net/openldap24-server/files/patch-include__ldap_defaults.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/openldap24-server/files/patch-include__ldap_defaults.h b/net/openldap24-server/files/patch-include__ldap_defaults.h new file mode 100644 index 000000000000..6ea31dbcd65c --- /dev/null +++ b/net/openldap24-server/files/patch-include__ldap_defaults.h @@ -0,0 +1,11 @@ +--- include/ldap_defaults.h.orig Tue Sep 28 20:18:40 2004 ++++ include/ldap_defaults.h Tue Sep 28 20:20:01 2004 +@@ -39,7 +39,7 @@ + #define LDAP_ENV_PREFIX "LDAP" + + /* default ldapi:// socket */ +-#define LDAPI_SOCK LDAP_RUNDIR LDAP_DIRSEP "run" LDAP_DIRSEP "ldapi" ++#define LDAPI_SOCK "/var/run" LDAP_DIRSEP "openldap" LDAP_DIRSEP "ldapi" + + /* + * SLAPD DEFINITIONS |