Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Apr 2004 13:15:51 +0200 (CEST)
From:      Lupe Christoph <lupe@lupe-christoph.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/65814: munin-node port changes permissions of system directories
Message-ID:  <200404201115.i3KBFpFc000882@sebastian.lupe-christoph.de>
Resent-Message-ID: <200404201120.i3KBKL95086349@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         65814
>Category:       ports
>Synopsis:       munin-node port changes permissions of system directories
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 20 04:20:21 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Lupe Christoph
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD sebastian.lupe-christoph.de 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #2: Thu Feb 26 23:02:20 CET 2004 root@:/usr/obj/usr/src/sys/SEBASTIAN i386


	
>Description:
	The Makefile uses ${INSTALL_MAN} -d on system directories
>How-To-Repeat:
	ls -ld $PREFIX/man/man[58]
	make install PREFIX=$PREFIX
	ls -ld $PREFIX/man/man[58]
>Fix:

	Remove the two lines. Patch follows.

	Note that this patch includes the fix to PR ports/65440.

--- munin-node.patch begins here ---
diff -ruN munin-node-1.0.0.p3_1/Makefile munin-node/Makefile
--- munin-node-1.0.0.p3_1/Makefile	Thu Mar 11 11:40:11 2004
+++ munin-node/Makefile	Tue Apr 20 11:05:24 2004
@@ -7,7 +7,7 @@
 
 PORTNAME=	munin
 PORTVERSION=	1.0.0.p3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils perl5
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	munin
@@ -47,8 +47,6 @@
 		${INSTALL_DATA} ${WRKSRC}/plugins.conf ${PREFIX}/etc/munin/plugin-conf.d/plugins.conf; \
 	fi
 	@${CAT} ${PKGMESSAGE}
-	@${INSTALL_MAN} -d ${PREFIX}/man/man5
-	@${INSTALL_MAN} -d ${PREFIX}/man/man8
 	@${INSTALL_MAN} -C ${WRKSRC}/build/doc/munin-node.conf.5 ${PREFIX}/man/man5
 	@${INSTALL_MAN} -C ${WRKSRC}/build/doc/munin-node-configure.8 ${PREFIX}/man/man8
 	@${INSTALL_MAN} -C ${WRKSRC}/build/doc/munin-node.8 ${PREFIX}/man/man8
diff -ruN munin-node-1.0.0.p3_1/pkg-plist munin-node/pkg-plist
--- munin-node-1.0.0.p3_1/pkg-plist	Thu Mar 11 11:37:54 2004
+++ munin-node/pkg-plist	Fri Apr 16 17:15:13 2004
@@ -54,7 +54,6 @@
 @unexec rmdir %D/var/munin 2>/dev/null || true
 @dirrm share/munin/plugins
 @unexec rmdir %D/share/munin 2>/dev/null || true
-@unexec rm -rf %D/etc/munin/plugins 2>/dev/null || true
 @unexec rmdir %D/etc/munin/plugin-conf.d 2>/dev/null || true
 @unexec rmdir %D/etc/munin 2>/dev/null || true
 @unexec echo "If you want to *completely* remove munin-node, you have to"
--- munin-node.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404201115.i3KBFpFc000882>