Changeset 1014

Show
Ignore:
Timestamp:
29/05/06 15:33:54 (6 years ago)
Author:
ilmari
Message:

r1392@vesla: ilmari | 2006-05-29 04:48:10 +0100
Merged root-group fix from trunk

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • people/ilmari/modularisation-branch/ChangeLog

    r1013 r1014  
    44  * Move Perl modules to {node,server}/lib/. 
    55  * Server: Display the time period in the title of the comparison pages. 
     6  * Node: Make it possible to run plugins with group root. 
    67  * Merge changes from 1.2.3->1.2.4. Some of the following entries may not 
    78  apply. 
  • people/ilmari/modularisation-branch/node/munin-run.in

    r1012 r1014  
    322322                my $g  = $defgroup; 
    323323                my $gs = "$g $g" . 
    324                 ($sconf{$service}{'group'}?" $sconf{$service}{group}":""); 
     324                  (defined($sconf{$service}{'group'}) ?  
     325                   " $sconf{$service}{group}" : ""); 
    325326 
    326327                print "# Want to run as euid/egid $u/$g\n" if $DEBUG;