Changeset 1263

Show
Ignore:
Timestamp:
11/29/06 17:53:47 (5 years ago)
Author:
ilmari
Message:

r9168@vesla: ilmari | 2006-08-06 04:04:07 +0100
Remove useless autoreap parameter from run_service

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • people/ilmari/modularisation-branch/node/lib/Munin/Node/Runner.pm.in

    r1262 r1263  
    168168        debug ("file: '$file'\n"); 
    169169        $services{$file}=1; 
    170         my @rows = run_service($file,"config", 1); 
     170        my @rows = run_service($file,"config"); 
    171171        my $node = get_var (\%sconf, $file, 'host_name'); 
    172172 
     
    186186 
    187187sub run_service { 
    188     my ($service,$command,$autoreap) = @_; 
     188    my ($service,$command) = @_; 
    189189    $command ||= ''; 
    190190    my @lines = ();;