[Pkg-nagios-changes] [SCM] Debian packaging of icinga-web branch, master, updated. debian/1.9.0+dfsg1-2-2-gac96e4e
Markus Frosch
markus at lazyfrosch.de
Wed Jul 3 12:37:58 UTC 2013
The following commit has been merged in the master branch:
commit e45ba7d00ef7ad0baf166b9167ad48e10f520955
Author: Markus Frosch <markus at lazyfrosch.de>
Date: Wed Jul 3 14:20:19 2013 +0200
Make debconf stop explicitly at the end of post*
diff --git a/debian/icinga-web.postinst b/debian/icinga-web.postinst
index 6c66ead..cc6a007 100644
--- a/debian/icinga-web.postinst
+++ b/debian/icinga-web.postinst
@@ -219,3 +219,6 @@ setperm www-data www-data 0770 /var/cache/icinga-web
setperm www-data www-data 0770 /var/cache/icinga-web/reporting
#DEBHELPER#
+
+# stop debconf explicitly
+db_stop
diff --git a/debian/icinga-web.postrm b/debian/icinga-web.postrm
index cd146fc..f99bfb8 100644
--- a/debian/icinga-web.postrm
+++ b/debian/icinga-web.postrm
@@ -47,3 +47,6 @@ if [ "$1" = "purge" ]; then
fi
#DEBHELPER#
+
+# stop debconf explicitly
+db_stop
--
Debian packaging of icinga-web
More information about the Pkg-nagios-changes
mailing list