]> git.pld-linux.org Git - packages/cacti.git/blob - mib_file_loading.patch
- up to 0.8.6g + 4 official patches
[packages/cacti.git] / mib_file_loading.patch
1 diff -ruBbd cacti-0.8.6g/poller.php cacti-0.8.6g-patched/poller.php
2 --- cacti-0.8.6g/poller.php     2005-09-08 19:56:25.000000000 -0400
3 +++ cacti-0.8.6g-patched/poller.php     2005-09-18 10:48:52.000000000 -0400
4 @@ -47,9 +47,6 @@
5  /* Let PHP Run Just as Long as It Has To */
6  ini_set("max_execution_time", "0");
7  
8 -/* Disable Mib File Loading */
9 -putenv("MIBS=NONE");
10 -
11  /* Get number of polling items from the database */
12  $polling_interval = read_config_option("poller_interval");
13  
This page took 0.024105 seconds and 3 git commands to generate.