net/nagios-base: Remove rss-newsfeed.html from SPECIAL_PERMS.

The rss-newsfeed.html file was removed in the update to version
4.3.2, so we no longer need to change ownership and permissions on
the file after installation.

Arguably, nagios-base should have a postinstall check for the
rss-newsfeed.* files and remove them, as they were removed in
version 4.3.2 due to security concerns.
This commit is contained in:
jlam 2017-08-14 15:24:30 +00:00
parent f027f8d6fe
commit ea456e8040

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.71 2017/08/07 09:09:28 jlam Exp $
# $NetBSD: Makefile,v 1.72 2017/08/14 15:24:30 jlam Exp $
#
DISTNAME= nagios-4.3.2
@ -78,7 +78,6 @@ OWN_DIRS_PERMS+=${NAGIOSDIR}/rw ${NAGIOS_USER} ${NAGIOSCMD_GROUP} 0775
OWN_DIRS_PERMS+=${NAGIOSDIR}/checkresults ${NAGIOS_USER} ${NAGIOSCMD_GROUP} 0775
SPECIAL_PERMS+= share/nagios/jsonquery.html ${NAGIOS_USER} ${NAGIOSCMD_GROUP} 0644
SPECIAL_PERMS+= share/nagios/rss-newsfeed.html ${NAGIOS_USER} ${NAGIOSCMD_GROUP} 0644
SUBST_CLASSES+= files
SUBST_STAGE.files= post-build