Changeset 1013

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

r1389@vesla: ilmari | 2006-05-29 01:29:06 +0100
Move Perl modules to {node,server}/lib/.

Files:

Legend:

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

    r1012 r1013  
    22 
    33  * Plugins: Add module Munin::Plugin::SNMP and convert plugins to use it. 
     4  * Move Perl modules to {node,server}/lib/. 
    45  * Server: Display the time period in the title of the comparison pages. 
    56  * Merge changes from 1.2.3->1.2.4. Some of the following entries may not 
  • people/ilmari/modularisation-branch/Makefile

    r1012 r1013  
    4848        $(INSTALL) -m 0755 build/server/munin-cgi-graph $(CGIDIR)/ 
    4949 
    50         $(INSTALL) -m 0644 build/server/Munin.pm $(PERLLIB)/ 
     50        $(INSTALL) -m 0644 build/server/lib/Munin.pm $(PERLLIB)/ 
    5151 
    5252install-node: build install-node-non-snmp install-node-snmp 
     
    9090 
    9191        mkdir -p $(PERLLIB)/Munin/Plugin 
    92         $(INSTALL) -m 0644 build/node/SNMP.pm $(PERLLIB)/Munin/Plugin/ 
     92        $(INSTALL) -m 0644 build/node/lib/Munin/Plugin/SNMP.pm $(PERLLIB)/Munin/Plugin/ 
    9393 
    9494        #TODO: