|
|
@@ -24,13 +24,13 @@ Index: servers/slapd/slapd.conf
|
|
|
+#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
|
|
|
+--- servers/slapd/Makefile.in.orig 2004-07-26 00:31:04 +0200
|
|
|
++++ servers/slapd/Makefile.in 2004-07-28 08:38:37 +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; \
|
|
|
+- $(LN_S) $(libexecdir)/slapd$(EXEEXT) $$i$(EXEEXT); \
|
|
|
++ $(LN_S) $(DESTDIR)$(libexecdir)/slapd$(EXEEXT) $$i$(EXEEXT); \
|
|
|
done
|
|
|
|