[Pkg-openldap-devel] [openldap] 18/39: r1709 at pulsar: torsten | 2005-04-13 17:33:01 +0200 * debian/slapd.scripts-common: Use the -q option during slapadd to improve performance. --
Timo Aaltonen
tjaalton-guest at alioth.debian.org
Thu Oct 10 05:35:15 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-2
in repository openldap.
commit 6b865a4f10e94bf485100375cf774fff8544d22f
Author: Torsten Landschoff <torsten at debian.org>
Date: Wed Apr 13 15:29:49 2005 +0000
r1709 at pulsar: torsten | 2005-04-13 17:33:01 +0200
* debian/slapd.scripts-common: Use the -q option during slapadd to
improve performance.
--
---
debian/TODO | 2 --
debian/changelog | 4 +++-
debian/slapd.scripts-common | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/TODO b/debian/TODO
index c89e565..d0ccfa7 100644
--- a/debian/TODO
+++ b/debian/TODO
@@ -17,8 +17,6 @@ openldap2.2 (2.2.23-2) unstable; urgency=low
* CARLO: debian/slapd.scripts-common: Handle all UTF-8 supported characters
in organization field by converting the locale specific input into
utf-8 and base64 encoding the result (closes: #236097).
- * TORSTEN: debian/slapd.scripts-common: Use the -q option during slapadd to
- improve performance.
* Maintainer scripts: Handle the configuration to enable ldif dumping
correctly: Dump if requested and only slapadd the data if it is
supposed to be there.
diff --git a/debian/changelog b/debian/changelog
index 61da887..3ffcbe2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,8 +17,10 @@ openldap2.2 (2.2.23-2) unstable; urgency=low
slapadd and output it before aborting if the command failed.
* debian/po/fr.po: Use the translations provided by Christian Perrier
(closes: #304141).
+ * debian/slapd.scripts-common: Use the -q option during slapadd to
+ improve performance.
- -- Torsten Landschoff <torsten at debian.org> Mon, 11 Apr 2005 09:19:35 +0200
+ --
openldap2.2 (2.2.23-1) unstable; urgency=low
diff --git a/debian/slapd.scripts-common b/debian/slapd.scripts-common
index c8e3bda..9a0d378 100644
--- a/debian/slapd.scripts-common
+++ b/debian/slapd.scripts-common
@@ -162,7 +162,7 @@ load_databases() { # {{{
file="$dir/$suffix.ldif"
echo -n " - directory $suffix... " >&2
- capture_diagnostics slapadd -b "$suffix" -l "$file" \
+ capture_diagnostics slapadd -q -b "$suffix" -l "$file" \
|| failed=1
if [ "$failed" ] && \
automatic_ldif_fixing_wanted_for "$file"; then
@@ -175,7 +175,7 @@ load_databases() { # {{{
# should be a cleaner way for this...
# -- Torsten
corrective_ldif_filter < "$file" \
- | capture_diagnostics slapadd -b "$suffix" \
+ | capture_diagnostics slapadd -q -b "$suffix" \
|| failed=1
echo -n ", " >&2
fi
--
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