From: Sebastian Harl Date: Thu, 21 Apr 2011 10:21:01 +0000 (+0200) Subject: pnp4nagios-web.postinst: Do not set permissions of /var/log/pnp4nagios/stats. X-Git-Tag: v_0_6_11-2~5 X-Git-Url: https://git.tokkee.org/?p=pkg-pnp4nagios.git;a=commitdiff_plain;h=0858ed31067d6084e08f107891bbb0b1f23482bd 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 Mon, 18 Apr 2011 10:29:38 +0200 + -- Sebastian Harl 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'`