Changeset 1014
- Timestamp:
- 29/05/06 15:33:54 (6 years ago)
- Files:
-
- people/ilmari/modularisation-branch/ChangeLog (modified) (1 diff)
- people/ilmari/modularisation-branch/node/munin-run.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
people/ilmari/modularisation-branch/ChangeLog
r1013 r1014 4 4 * Move Perl modules to {node,server}/lib/. 5 5 * Server: Display the time period in the title of the comparison pages. 6 * Node: Make it possible to run plugins with group root. 6 7 * Merge changes from 1.2.3->1.2.4. Some of the following entries may not 7 8 apply. people/ilmari/modularisation-branch/node/munin-run.in
r1012 r1014 322 322 my $g = $defgroup; 323 323 my $gs = "$g $g" . 324 ($sconf{$service}{'group'}?" $sconf{$service}{group}":""); 324 (defined($sconf{$service}{'group'}) ? 325 " $sconf{$service}{group}" : ""); 325 326 326 327 print "# Want to run as euid/egid $u/$g\n" if $DEBUG;
