Changeset 130
- Timestamp:
- 04/16/04 17:52:30 (8 years ago)
- Files:
-
- trunk/dists/freebsd/munin-node/Makefile (modified) (1 diff, 1 prop)
- trunk/dists/freebsd/munin-node/pkg-plist (modified) (2 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/dists/freebsd/munin-node/Makefile
- Property cvs2svn:cvs-rev changed from 1.4 to 1.5
r129 r130 8 8 PORTNAME= munin 9 9 PORTVERSION= 1.0.0.p3 10 PORTREVISION= 1 10 11 CATEGORIES= sysutils perl5 11 12 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} trunk/dists/freebsd/munin-node/pkg-plist
- Property cvs2svn:cvs-rev changed from 1.2 to 1.3
r129 r130 1 etc/munin/VERSION.node2 1 etc/munin/munin-node.conf 3 2 etc/munin/plugin-conf.d/plugins.conf … … 59 58 @unexec rmdir %D/etc/munin/plugin-conf.d 2>/dev/null || true 60 59 @unexec rmdir %D/etc/munin 2>/dev/null || true 60 @unexec echo "If you want to *completely* remove munin-node, you have to" 61 @unexec echo " rm -rf %D/var/munin and %D/etc/munin %D/www/data/munin" 62 @unexec echo "They have to be left on the system because you may be performing" 63 @unexec echo "an update. This process can't tell."
