[Pkg-nagios-changes] [pkg-check-mk] 01/01: fix wrong pathname in multisite.postinst
Matt Taggart
taggart at moszumanska.debian.org
Thu Sep 24 20:34:22 UTC 2015
This is an automated email from the git hooks/post-receive script.
taggart pushed a commit to branch master
in repository pkg-check-mk.
commit 6d7db6aacfefe719ae70a21a5eb3d507f560cb6f
Author: Matt Taggart <taggart at debian.org>
Date: Thu Sep 24 13:33:52 2015 -0700
fix wrong pathname in multisite.postinst
---
debian/changelog | 1 +
debian/check-mk-multisite.postinst | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 1ebd220..fe1f108 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ check-mk (1.2.6p12-1) UNRELEASED; urgency=medium
[ Matt Taggart ]
* Imported Upstream version 1.2.6p12
+ * fix multisite.d dir in postinst (Closes: #798344).
-- Matt Taggart <taggart at debian.org> Thu, 24 Sep 2015 13:08:41 -0700
diff --git a/debian/check-mk-multisite.postinst b/debian/check-mk-multisite.postinst
index a5fea1e..a0cf934 100644
--- a/debian/check-mk-multisite.postinst
+++ b/debian/check-mk-multisite.postinst
@@ -22,7 +22,7 @@ case "$1" in
# explicitly set permissions on some files
setperm www-data nagios 4770 /var/lib/check_mk/web
setperm www-data nagios 4770 /var/lib/check_mk/wato
- setperm www-data nagios 4770 /etc/check_mk/conf.d
+ setperm www-data nagios 4770 /etc/check_mk/multisite.d
;;
abort-upgrade|abort-remove|abort-deconfigure)
;;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-check-mk.git
More information about the Pkg-nagios-changes
mailing list