mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Fix directory permissions
- Bump PORTREVISION PR: 200545 Submitted by: peter MFH: 2015Q2
This commit is contained in:
parent
ce5a3c5fbd
commit
da3bb60a1e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388159
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
PORTNAME= pnp
|
PORTNAME= pnp
|
||||||
PORTVERSION= 0.6.25
|
PORTVERSION= 0.6.25
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net-mgmt
|
CATEGORIES= net-mgmt
|
||||||
MASTER_SITES= SF/pnp4nagios/PNP-0.6
|
MASTER_SITES= SF/pnp4nagios/PNP-0.6
|
||||||
DISTNAME= pnp4nagios-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
|
DISTNAME= pnp4nagios-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
|
||||||
|
@ -668,7 +668,7 @@ man/man8/npcd.8.gz
|
|||||||
@dir %%WWWDIR%%/templates
|
@dir %%WWWDIR%%/templates
|
||||||
@dir /var/log/kohana
|
@dir /var/log/kohana
|
||||||
@dir /var/log/stats
|
@dir /var/log/stats
|
||||||
@dir %%NAGIOSDIR%%/pnp/perfspool
|
@dir(%%NAGIOSUSER%%,%%NAGIOSGROUP%%,755) %%NAGIOSDIR%%/pnp/perfspool
|
||||||
@dir %%NAGIOSDIR%%/pnp/rrd
|
@dir(%%NAGIOSUSER%%,%%NAGIOSGROUP%%,755) %%NAGIOSDIR%%/pnp/rrd
|
||||||
@dir %%NAGIOSDIR%%/pnp
|
@dir(%%NAGIOSUSER%%,%%NAGIOSGROUP%%,755) %%NAGIOSDIR%%/pnp
|
||||||
@dir %%NAGIOSDIR%%
|
@dir(%%NAGIOSUSER%%,%%NAGIOSGROUP%%,775) %%NAGIOSDIR%%
|
||||||
|
Loading…
Reference in New Issue
Block a user