Changeset 3344

Show
Ignore:
Timestamp:
02/08/10 22:25:49 (2 years ago)
Author:
feiner.tom
Message:

Corrected incorrect use of $MUNIN_PLUGSTATE in mailman plugin, pointed out in debian bug http://bugs.debian.org/568793

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/plugins/node.d/mailman.in

    r3250 r3344  
    2525=cut 
    2626 
    27 $statefile = "$MUNIN_PLUGSTATE/munin-mailman-log.state"; 
     27use Munin::Common::Defaults; 
     28 
     29$statefile = "$Munin::Common::Defaults::MUNIN_PLUGSTATE/munin-mailman-log.state"; 
    2830$pos = undef; 
    2931$posts = 0;