diff options
author | lme <lme@FreeBSD.org> | 2015-06-01 03:48:33 +0800 |
---|---|---|
committer | lme <lme@FreeBSD.org> | 2015-06-01 03:48:33 +0800 |
commit | 941a6a8a51f477cbf2640d8a9d7bb376083df365 (patch) | |
tree | 10e9160d456683b786ac2c26f4f1e74e2d193ba1 /net-mgmt | |
parent | 2081b149dff4c9a61ccf4f175b8838ba98e19251 (diff) | |
download | freebsd-ports-gnome-941a6a8a51f477cbf2640d8a9d7bb376083df365.tar.gz freebsd-ports-gnome-941a6a8a51f477cbf2640d8a9d7bb376083df365.tar.zst freebsd-ports-gnome-941a6a8a51f477cbf2640d8a9d7bb376083df365.zip |
- Fix directory permissions
- Bump PORTREVISION
PR: 200545
Submitted by: peter
MFH: 2015Q2
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/pnp/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/pnp/pkg-plist | 8 |
2 files changed, 5 insertions, 4 deletions
diff --git a/net-mgmt/pnp/Makefile b/net-mgmt/pnp/Makefile index 3b89aa58b148..d4d4396134b4 100644 --- a/net-mgmt/pnp/Makefile +++ b/net-mgmt/pnp/Makefile @@ -3,6 +3,7 @@ PORTNAME= pnp PORTVERSION= 0.6.25 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= SF/pnp4nagios/PNP-0.6 DISTNAME= pnp4nagios-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} diff --git a/net-mgmt/pnp/pkg-plist b/net-mgmt/pnp/pkg-plist index bf4d21da7c59..c2b0abfed8f4 100644 --- a/net-mgmt/pnp/pkg-plist +++ b/net-mgmt/pnp/pkg-plist @@ -668,7 +668,7 @@ man/man8/npcd.8.gz @dir %%WWWDIR%%/templates @dir /var/log/kohana @dir /var/log/stats -@dir %%NAGIOSDIR%%/pnp/perfspool -@dir %%NAGIOSDIR%%/pnp/rrd -@dir %%NAGIOSDIR%%/pnp -@dir %%NAGIOSDIR%% +@dir(%%NAGIOSUSER%%,%%NAGIOSGROUP%%,755) %%NAGIOSDIR%%/pnp/perfspool +@dir(%%NAGIOSUSER%%,%%NAGIOSGROUP%%,755) %%NAGIOSDIR%%/pnp/rrd +@dir(%%NAGIOSUSER%%,%%NAGIOSGROUP%%,755) %%NAGIOSDIR%%/pnp +@dir(%%NAGIOSUSER%%,%%NAGIOSGROUP%%,775) %%NAGIOSDIR%% |