[Pkg-nagios-changes] [SCM] debian packaging of PNP4Nagios branch, master, updated. v_0_6_11-1-3-g0858ed3
Sebastian Harl
sh at tokkee.org
Thu Apr 21 10:21:52 UTC 2011
The following commit has been merged in the master branch:
commit 0858ed31067d6084e08f107891bbb0b1f23482bd
Author: Sebastian Harl <sh at tokkee.org>
Date: Thu Apr 21 12:21:01 2011 +0200
pnp4nagios-web.postinst: Do not set permissions of /var/log/pnp4nagios/stats.
This is done in pnp4nagios-bin.postinst which ships the directory.
diff --git a/debian/changelog b/debian/changelog
index 5b5b314..c963d68 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,11 @@ pnp4nagios (0.6.11-2) UNRELEASED; urgency=low
- Added French debconf translation; thanks to Christian Perrier for
providing the translation (Closes: #623181).
- Added German debconf translation.
+ * debian/pnp4nagios-web.postinst:
+ - Do not set permissions of /var/log/pnp4nagios/stats -- this is done in
+ pnp4nagios-bin.postinst which ships the directory.
- -- Sebastian Harl <tokkee at debian.org> Mon, 18 Apr 2011 10:29:38 +0200
+ -- Sebastian Harl <tokkee at debian.org> Thu, 21 Apr 2011 12:20:14 +0200
pnp4nagios (0.6.11-1) unstable; urgency=low
diff --git a/debian/pnp4nagios-web.postinst b/debian/pnp4nagios-web.postinst
index 9e35d76..f5f2597 100644
--- a/debian/pnp4nagios-web.postinst
+++ b/debian/pnp4nagios-web.postinst
@@ -64,7 +64,6 @@ case "$1" in
setperm nagios www-data 750 /var/lib/pnp4nagios
setperm nagios nagios 755 /var/lib/pnp4nagios/perfdata
setperm nagios www-data 750 /var/log/pnp4nagios
- setperm nagios nagios 750 /var/log/pnp4nagios/stats
db_get pnp4nagios-web/httpd
http_servers=`echo $RET | sed -e 's/,/ /g'`
--
debian packaging of PNP4Nagios
More information about the Pkg-nagios-changes
mailing list