New package for muninlite (http://sourceforge.net/projects/muninlite/), thx to Benoit
[packages.git] / admin / muninlite / patches / 001-no_disks.patch
1 diff -Naur muninlite-1.0.0/Makefile muninlite-1.0.0-openwrt/Makefile
2 --- muninlite-1.0.0/Makefile    2007-06-15 14:00:12.000000000 +0200
3 +++ muninlite-1.0.0-openwrt/Makefile    2008-05-13 14:15:47.000000000 +0200
4 @@ -1,7 +1,7 @@
5  
6  
7 -PLUGINS=df cpu if_ if_err_ load memory processes swap netstat uptime interrupts irqstats
8 -#PLUGINS=cpu if_ if_err_ load memory processes netstat uptime interrupts irqstats
9 +#PLUGINS=df cpu if_ if_err_ load memory processes swap netstat uptime interrupts irqstats
10 +PLUGINS=cpu if_ if_err_ load memory processes netstat uptime interrupts irqstats
11  
12  munin-node: plugins/*
13         @VERSION=$$(cat VERSION); \
14 @@ -43,4 +43,4 @@
15         cd releases; \
16         rm -rf  muninlite-$$VERSION/releases; \
17         tar zcvf muninlite-$$VERSION.tar.gz muninlite-$$VERSION >/dev/null; \
18 -       rm -rf  muninlite-$$VERSION;
19 \ No newline at end of file
20 +       rm -rf  muninlite-$$VERSION;