From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 19 02:50:17 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB58716A4CE for ; Fri, 19 Mar 2004 02:50:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3E6B43D46 for ; Fri, 19 Mar 2004 02:50:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2JAoHbv092018 for ; Fri, 19 Mar 2004 02:50:17 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2JAoHdX092017; Fri, 19 Mar 2004 02:50:17 -0800 (PST) (envelope-from gnats) Date: Fri, 19 Mar 2004 02:50:17 -0800 (PST) Message-Id: <200403191050.i2JAoHdX092017@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: lupe@lupe-christoph.de (Lupe Christoph) Subject: Re: ports/64285: Update port: sysutils/munin-node Minor fixes to pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lupe Christoph List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Mar 2004 10:50:17 -0000 The following reply was made to PR ports/64285; it has been noted by GNATS. From: lupe@lupe-christoph.de (Lupe Christoph) To: freebsd-gnats-submit@FreeBSD.org, lupe@lupe-christoph.de Cc: lupe@lupe-christoph.de Subject: Re: ports/64285: Update port: sysutils/munin-node Minor fixes to pkg-plist Date: Fri, 19 Mar 2004 11:46:18 +0100 I forgot to submit the udiff to the PR. So at last, here it comes. Lupe Christoph diff -ruN munin-node.old/Makefile munin-node/Makefile --- munin-node.old/Makefile Tue Mar 2 16:54:05 2004 +++ munin-node/Makefile Thu Mar 11 11:40:11 2004 @@ -7,6 +7,7 @@ PORTNAME= munin PORTVERSION= 1.0.0.p3 +PORTREVISION= 1 CATEGORIES= sysutils perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= munin diff -ruN munin-node.old/pkg-plist munin-node/pkg-plist --- munin-node.old/pkg-plist Tue Mar 2 16:54:05 2004 +++ munin-node/pkg-plist Thu Mar 11 11:37:54 2004 @@ -1,4 +1,3 @@ -etc/munin/VERSION.node etc/munin/munin-node.conf etc/munin/plugin-conf.d/plugins.conf etc/rc.d/munin-node.sh @@ -58,3 +57,7 @@ @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" +@unexec echo " rm -rf %D/var/munin and %D/etc/munin %D/www/data/munin" +@unexec echo "They have to be left on the system because you may be performing" +@unexec echo "an update. This process can't tell."