Changeset 130

Show
Ignore:
Timestamp:
04/16/04 17:52:30 (8 years ago)
Author:
lupe
Message:

Got approval for VERSION-based update from FreeBSD ports people

Files:

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  
    88PORTNAME=       munin 
    99PORTVERSION=    1.0.0.p3 
     10PORTREVISION=   1 
    1011CATEGORIES=     sysutils perl5 
    1112MASTER_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.node 
    21etc/munin/munin-node.conf 
    32etc/munin/plugin-conf.d/plugins.conf 
     
    5958@unexec rmdir %D/etc/munin/plugin-conf.d 2>/dev/null || true 
    6059@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."