diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-10-02 07:52:35 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-10-02 07:52:35 +0000 |
commit | 2dd78cdf854b9a6f12dd0770e0b37e676f1c51f4 (patch) | |
tree | 94266b89267551ef92614794dcd5d7e8ee628639 /sysutils/munin-master | |
parent | bfa26b95dac9f420752b4f2b193a158a135d6f29 (diff) | |
download | ports-2dd78cdf854b9a6f12dd0770e0b37e676f1c51f4.tar.gz ports-2dd78cdf854b9a6f12dd0770e0b37e676f1c51f4.zip |
Try and fix the ownership of munin's home directory.
Sponsored by: Absolight, The FreeBSD Foundation
Notes
Notes:
svn path=/head/; revision=398423
Diffstat (limited to 'sysutils/munin-master')
-rw-r--r-- | sysutils/munin-master/Makefile | 2 | ||||
-rw-r--r-- | sysutils/munin-master/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/munin-master/Makefile b/sysutils/munin-master/Makefile index 2d010485b63c..c82b134d58a7 100644 --- a/sysutils/munin-master/Makefile +++ b/sysutils/munin-master/Makefile @@ -3,7 +3,7 @@ PORTNAME= munin PORTVERSION= ${MUNIN_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils perl5 MASTER_SITES= ${MUNIN_SITES} PKGNAMESUFFIX= -master diff --git a/sysutils/munin-master/pkg-plist b/sysutils/munin-master/pkg-plist index a35af892b0a4..a71b65f9edaa 100644 --- a/sysutils/munin-master/pkg-plist +++ b/sysutils/munin-master/pkg-plist @@ -81,4 +81,4 @@ www/cgi-bin/munin-cgi-html @dir %%ETCDIR%%/munin-conf.d @dir(%%USER%%,%%GROUP%%,) %%WWWDIR%% @dir(%%WWWOWN%%,%%WWWGRP%%,) %%DBDIR%%/cgi-tmp -@dir(%%USER%%,%%GROUP%%,) %%DBDIR%% +@comment @dir %%DBDIR%% |