[Pkg-openldap-devel] [openldap] 11/17: r1308 at pulsar: torsten | 2005-03-09 20:02:01 +0100 * Make slapd.init idempotent by adding --oknodo to start-stop-daemon invocations (closes: #298741). Kudos to Bill Allombert for this patch. --
Timo Aaltonen
tjaalton-guest at alioth.debian.org
Thu Oct 10 05:34:38 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.pre5
in repository openldap.
commit bada8e6af8863265110fe198075e48b69925c4a0
Author: Torsten Landschoff <torsten at debian.org>
Date: Wed Mar 9 19:01:44 2005 +0000
r1308 at pulsar: torsten | 2005-03-09 20:02:01 +0100
* Make slapd.init idempotent by adding --oknodo to start-stop-daemon
invocations (closes: #298741). Kudos to Bill Allombert for this
patch.
--
---
debian/changelog | 5 ++++-
debian/slapd.init | 6 +++---
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 332880f..88e4ff3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,11 @@ openldap2.2 (2.2.23-0.pre5) experimental; urgency=low
* debian/slapd.postinst: Make slapadd more noisy, writing the new
directory to stderr if something goes wrong (should help for
bug #236097).
+ * Make slapd.init idempotent by adding --oknodo to start-stop-daemon
+ invocations (closes: #298741). Kudos to Bill Allombert for this
+ patch.
- -- Torsten Landschoff <torsten at debian.org> Wed, 9 Mar 2005 14:21:38 +0100
+ --
openldap2.2 (2.2.23-0.pre4) experimental; urgency=low
diff --git a/debian/slapd.init b/debian/slapd.init
index c300efa..0ae8963 100644
--- a/debian/slapd.init
+++ b/debian/slapd.init
@@ -90,11 +90,11 @@ EOF
start_slapd() {
echo -n " slapd"
if [ -z "$SLAPD_SERVICES" ]; then
- reason="`start-stop-daemon --start --quiet \
+ reason="`start-stop-daemon --start --quiet --oknodo \
--pidfile "$SLAPD_PIDFILE" \
--exec /usr/sbin/slapd -- $SLAPD_OPTIONS 2>&1`"
else
- reason="`start-stop-daemon --start --quiet \
+ reason="`start-stop-daemon --start --quiet --oknodo \
--pidfile "$SLAPD_PIDFILE" \
--exec /usr/sbin/slapd -- -h "$SLAPD_SERVICES" $SLAPD_OPTIONS 2>&1`"
fi
@@ -107,7 +107,7 @@ start_slurpd() {
return 0
fi
echo -n " slurpd"
- reason="`start-stop-daemon --start --quiet \
+ reason="`start-stop-daemon --start --quiet --oknodo \
--exec /usr/sbin/slurpd -- $SLURPD_OPTIONS 2>&1`"
}
--
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