From 74f09484c3fabda44a10b7c79a62be9557f603f1 Mon Sep 17 00:00:00 2001 From: pav Date: Sat, 10 Apr 2004 14:26:04 +0000 Subject: - Do not delete etc/munin/VERSION.node, it must be preserved over upgrades - Add instructions how to completely remove munin-node PR: ports/64285 Submitted by: Lupe Christoph (maintainer) --- sysutils/munin-node/Makefile | 1 + sysutils/munin-node/pkg-plist | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'sysutils/munin-node') diff --git a/sysutils/munin-node/Makefile b/sysutils/munin-node/Makefile index a300189e83d..897b9d9f7b2 100644 --- a/sysutils/munin-node/Makefile +++ b/sysutils/munin-node/Makefile @@ -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 --git a/sysutils/munin-node/pkg-plist b/sysutils/munin-node/pkg-plist index 93a9e0bbdf3..a14dd11873d 100644 --- a/sysutils/munin-node/pkg-plist +++ b/sysutils/munin-node/pkg-plist @@ -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,6 @@ share/munin/plugins/vmstat @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, %D/etc/munin and %D/www/data/munin" +@unexec echo "They were left on the system because you may be only updating." -- cgit