Ticket #507: munin-cgi-graph-fix-lock.patch
| File munin-cgi-graph-fix-lock.patch, 395 bytes (added by nanardon, 5 years ago) |
|---|
-
server/munin-cgi-graph.in
old new 122 122 sleep 1; 123 123 } 124 124 125 munin_createlock("$config->{rundir}/$lock"); 126 125 127 &graph ($filename); 126 128 127 munin_removelock( $lock);129 munin_removelock("$config->{rundir}/$lock"); 128 130 129 131 sub graph 130 132 {
