Date: Fri, 16 Apr 2004 08:30:33 -0700 (PDT) From: lupe@lupe-christoph.de (Lupe Christoph) To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/65440: munin-node port removes customized plugins upon deinstall Message-ID: <200404161530.i3GFUXuJ095099@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/65440; it has been noted by GNATS. From: lupe@lupe-christoph.de (Lupe Christoph) To: kasahara@nc.kyushu-u.ac.jp Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/65440: munin-node port removes customized plugins upon deinstall Date: Fri, 16 Apr 2004 17:24:32 +0200 --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Friday, 2004-04-16 at 17:23:38 +0200, lupe wrote: > On Friday, 2004-04-16 at 17:21:59 +0200, lupe wrote: > > The attached mini-patch corrects the thinko in package removal. (I > > *hate* it that ports can't be upgraded without removing them.) > The moment after I sent this I remembered I had not bumped the > PORTREVISION. Corrected patch attached. My only excuse is we have Foen today... Lupe Christoph -- | lupe@lupe-christoph.de | http://www.lupe-christoph.de/ | | "Violence is the resort of the violent" Lu Tze | | "Thief of Time", Terry Pratchett | --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="munin-node.patch" 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 Fri Apr 16 17:22:12 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 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" --oyUTqETQ0mS9luUI--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404161530.i3GFUXuJ095099>