aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-04-10 14:26:04 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-04-10 14:26:04 +0000
commit6af22e0d866d3f14027064bfdb341925b42d28eb (patch)
tree8ff2f963d9086333746c1473b7eb847ba83d8b2b /sysutils
parent5d395e7edc1c798d8b86cd94cc4fcbdefe74440e (diff)
downloadports-6af22e0d866d3f14027064bfdb341925b42d28eb.tar.gz
ports-6af22e0d866d3f14027064bfdb341925b42d28eb.zip
- 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 <lupe@lupe-christoph.de> (maintainer)
Notes
Notes: svn path=/head/; revision=106659
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/munin-node/Makefile1
-rw-r--r--sysutils/munin-node/pkg-plist4
2 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/munin-node/Makefile b/sysutils/munin-node/Makefile
index a300189e83d3..897b9d9f7b2c 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 93a9e0bbdf37..a14dd11873db 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."