1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Giving in and taking maintainership :-)

Create empty rrd directory so webif doesn't warn you
Scripts need to be executable or some functionality is missing
This commit is contained in:
Mark Felder 2014-07-29 13:39:34 +00:00
parent ce0ca38c39
commit ae8a2ea5c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363320
2 changed files with 7 additions and 1 deletions

View File

@ -3,12 +3,13 @@
PORTNAME= observium
PORTVERSION= 0.14.4.5229
PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= http://www.observium.org/
DISTNAME= ${PORTNAME}-community-latest
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= feld@FreeBSD.org
COMMENT= Autodiscovering PHP/MySQL/SNMP based network monitoring
LICENSE= GPLv3
@ -75,6 +76,10 @@ do-install:
.for f in ${ROOT_FILES}
@${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}/${WWWDIR}
.endfor
# Create empty rrd dir writable by www
@${INSTALL} -d -o www -g www ${STAGEDIR}/${WWWDIR}/rrd
# Files in scripts dir should be executable
@${FIND} ${STAGEDIR}/${WWWDIR}/scripts -type f -exec ${CHMOD} +x {} \;
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}/${DOCSDIR}

View File

@ -7599,6 +7599,7 @@
@dirrmtry %%WWWDIR%%/mibs/xirrus
@dirrmtry %%WWWDIR%%/mibs/zyxel
@dirrmtry %%WWWDIR%%/mibs
@dirrmtry %%WWWDIR%%/rrd
@dirrmtry %%WWWDIR%%/scripts/agent-local/munin-scripts
@dirrmtry %%WWWDIR%%/scripts/agent-local
@dirrmtry %%WWWDIR%%/scripts/watchmaillog