|
|
@@ -23,3 +23,14 @@ Index: servers/slapd/slapd.conf
|
|
|
+#updatedn "cn=admin,dc=example,dc=org"
|
|
|
+#updateref ldap://master.example.org
|
|
|
+
|
|
|
+Index: servers/slapd/Makefile.in
|
|
|
+--- servers/slapd/Makefile.in.orig 2004-04-12 20:07:40.000000000 +0200
|
|
|
++++ servers/slapd/Makefile.in 2004-04-16 09:48:49.000000000 +0200
|
|
|
+@@ -421,6 +421,6 @@
|
|
|
+ cd $(DESTDIR)$(sbindir); \
|
|
|
+ rm -f $(SLAPTOOLS); \
|
|
|
+ for i in $(SLAPTOOLS); do \
|
|
|
+- $(LN_S) $(libexecdir)/slapd $$i; \
|
|
|
++ $(LN_S) $(DESTDIR)$(libexecdir)/slapd $$i; \
|
|
|
+ done
|
|
|
+
|