[Debian-ha-commits] [resource-agents] 04/06: debian/ldirectord.init: remove "exec". (Closes: #664645)

Christoph Berg myon at debian.org
Tue Feb 2 16:21:17 UTC 2016


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

myon pushed a commit to branch master
in repository resource-agents.

commit 63b69457ec381e61bd26133b29954cd48b5512e6
Author: Christoph Berg <christoph.berg at credativ.de>
Date:   Tue Feb 2 17:00:24 2016 +0100

    debian/ldirectord.init: remove "exec". (Closes: #664645)
---
 debian/changelog       | 1 +
 debian/ldirectord.init | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8f4a14d..50ae7d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ resource-agents (1:3.9.6-1) UNRELEASED; urgency=medium
   * Bump dh compat to 9.
   * Rewrite ldirectord description, the old one was a mess.
   * Install upstream ldirectord.cf as example.
+  * debian/ldirectord.init: remove "exec". (Closes: #664645)
   * debian/patches/mysql-path.patch: Now applies to heartbeat/mysql-common.sh.
   * Remove debian/patches/ocf-asterisk, went upstream.
   * Drop resource-agents-dev, it only contained a single line in a single file
diff --git a/debian/ldirectord.init b/debian/ldirectord.init
index 665a74e..de3228c 100644
--- a/debian/ldirectord.init
+++ b/debian/ldirectord.init
@@ -38,7 +38,7 @@ fi
 case "$1" in
 	start|stop|restart|try-restart|status|reload|force-reload)
 		log_daemon_msg "Running $NAME" "$1"
-		exec "$DAEMON" "$CONFIG_FILE" $1
+		"$DAEMON" "$CONFIG_FILE" $1
 		RC=$?
 		log_end_msg $RC
 		exit $RC

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/resource-agents.git



More information about the Debian-HA-Commits mailing list