svn commit: r388159 - head/net-mgmt/pnp

Lars Engels lme at FreeBSD.org
Sun May 31 19:48:34 UTC 2015


Author: lme
Date: Sun May 31 19:48:33 2015
New Revision: 388159
URL: https://svnweb.freebsd.org/changeset/ports/388159

Log:
  - Fix directory permissions
  - Bump PORTREVISION
  
  PR:		200545
  Submitted by:	peter
  MFH:		2015Q2

Modified:
  head/net-mgmt/pnp/Makefile
  head/net-mgmt/pnp/pkg-plist

Modified: head/net-mgmt/pnp/Makefile
==============================================================================
--- head/net-mgmt/pnp/Makefile	Sun May 31 19:42:55 2015	(r388158)
+++ head/net-mgmt/pnp/Makefile	Sun May 31 19:48:33 2015	(r388159)
@@ -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}

Modified: head/net-mgmt/pnp/pkg-plist
==============================================================================
--- head/net-mgmt/pnp/pkg-plist	Sun May 31 19:42:55 2015	(r388158)
+++ head/net-mgmt/pnp/pkg-plist	Sun May 31 19:48:33 2015	(r388159)
@@ -668,7 +668,7 @@ man/man8/npcd.8.gz
 @dir %%WWWDIR%%/templates
 @dir /var/log/kohana
 @dir /var/log/stats
- at dir %%NAGIOSDIR%%/pnp/perfspool
- at dir %%NAGIOSDIR%%/pnp/rrd
- at dir %%NAGIOSDIR%%/pnp
- at dir %%NAGIOSDIR%%
+ at dir(%%NAGIOSUSER%%,%%NAGIOSGROUP%%,755) %%NAGIOSDIR%%/pnp/perfspool
+ at dir(%%NAGIOSUSER%%,%%NAGIOSGROUP%%,755) %%NAGIOSDIR%%/pnp/rrd
+ at dir(%%NAGIOSUSER%%,%%NAGIOSGROUP%%,755) %%NAGIOSDIR%%/pnp
+ at dir(%%NAGIOSUSER%%,%%NAGIOSGROUP%%,775) %%NAGIOSDIR%%


More information about the svn-ports-all mailing list