This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, 6.0 has been updated
via 4bbf773a6e9809f7d49b221d7c7fea9d1b941ab8 (commit)
from 8a9c4749ba2c74700b8c3c978d48d4e29aac33ae (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=4bbf773a6e9809f7d49b221d7c7fea9d1b941ab8
commit 4bbf773a6e9809f7d49b221d7c7fea9d1b941ab8
Author: Sylvain Beucler <[email protected]>
Date: Thu Jun 25 16:34:34 2015 +0200
install: stop fusionforge-systasksd on uninstall
diff --git a/src/debian/changelog b/src/debian/changelog
index fb84de3..cada704 100644
--- a/src/debian/changelog
+++ b/src/debian/changelog
@@ -4,6 +4,7 @@ fusionforge (6.0.1-2) UNRELEASED; urgency=medium
* Silent lintian command-with-path-in-maintainer-script
* Remove logs on purge (closes: #789801)
* Fix upgrade conflict on locale files (closes: #789925)
+ * Stop fusionforge-systasksd on uninstall (closes: #789778)
-- Sylvain Beucler <[email protected]> Wed, 24 Jun 2015 17:09:24 +0200
diff --git a/src/post-install.d/common/systasksd.sh
b/src/post-install.d/common/systasksd.sh
index a999d49..deccfb1 100755
--- a/src/post-install.d/common/systasksd.sh
+++ b/src/post-install.d/common/systasksd.sh
@@ -30,6 +30,7 @@ case "$1" in
;;
remove)
+ service fusionforge-systasksd stop
if [ -x /sbin/chkconfig ]; then
chkconfig --del fusionforge-systasksd
else
-----------------------------------------------------------------------
Summary of changes:
src/debian/changelog | 1 +
src/post-install.d/common/systasksd.sh | 1 +
2 files changed, 2 insertions(+)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits