[Pkg-openldap-devel] [openldap] 05/29: Instead of moving slapd from /usr/lib to /usr/sbin create a symlink. Seems like slapadd etc. are now all included in the slapd binary and all link to its binary.

Timo Aaltonen tjaalton-guest at alioth.debian.org
Thu Oct 10 05:34:10 UTC 2013


This is an automated email from the git hooks/post-receive script.

tjaalton-guest pushed a commit to annotated tag 2.2.23-0.pre1
in repository openldap.

commit 6719caa4838381c525a92589f42b02ed021c9e50
Author: Torsten Landschoff <torsten at debian.org>
Date:   Thu Nov 11 01:20:39 2004 +0000

    Instead of moving slapd from /usr/lib to /usr/sbin create a symlink.
    Seems like slapadd etc. are now all included in the slapd binary
    and all link to its binary.
---
 debian/changelog   |    3 +++
 debian/move_files  |    4 ----
 debian/slapd.links |    2 ++
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5e8ddb9..c957c15 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,9 @@ openldap2 (2.2.18-1) experimental; urgency=low
   * Remove /etc/ldap/ldap*.conf from libldap2.2 to avoid clash with
     libldap2. Also add Replaces entry for libldap2 to allow overwriting
     for now. Needs fixing...
+  * Instead of moving slapd from /usr/lib to /usr/sbin create a symlink.
+    Seems like slapadd etc. are now all included in the slapd binary
+    and all link to its binary.
 
  -- Torsten Landschoff <torsten at debian.org>  Wed,  3 Nov 2004 09:57:14 +0100
 
diff --git a/debian/move_files b/debian/move_files
index 205e8f0..f1b313a 100644
--- a/debian/move_files
+++ b/debian/move_files
@@ -40,10 +40,6 @@ echo -n "Removing static backend archives... "
 rm debian/tmp/usr/lib/ldap/back_*.a
 echo done
 
-echo -n "Moving server binaries to /usr/sbin... "
-mv debian/tmp/usr/lib/{slapd,slurpd} debian/tmp/usr/sbin/
-echo done
-
 echo -n "Installing: slapd"
 target=slapd
 install_stuff usr/sbin
diff --git a/debian/slapd.links b/debian/slapd.links
new file mode 100644
index 0000000..502c430
--- /dev/null
+++ b/debian/slapd.links
@@ -0,0 +1,2 @@
+usr/lib/slapd		usr/sbin/slapd
+usr/lib/slurpd		usr/sbin/slurpd

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openldap/openldap.git



More information about the Pkg-openldap-devel mailing list