diff options
author | pav <pav@FreeBSD.org> | 2004-04-10 22:26:04 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-04-10 22:26:04 +0800 |
commit | 74f09484c3fabda44a10b7c79a62be9557f603f1 (patch) | |
tree | bc48a256e049724f2d0ce46a1ced1399d3d94203 /sysutils | |
parent | 8b6054b8918923425bd132806770dc56750b9a8c (diff) | |
download | freebsd-ports-gnome-74f09484c3fabda44a10b7c79a62be9557f603f1.tar.gz freebsd-ports-gnome-74f09484c3fabda44a10b7c79a62be9557f603f1.tar.zst freebsd-ports-gnome-74f09484c3fabda44a10b7c79a62be9557f603f1.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)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/munin-node/Makefile | 1 | ||||
-rw-r--r-- | sysutils/munin-node/pkg-plist | 4 |
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." |