aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
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."