]> git.pld-linux.org Git - packages/cacti-template-apcupsd.git/blob - path.patch
- release 2
[packages/cacti-template-apcupsd.git] / path.patch
1 --- cacti-template-apcupsd-1.1/query_apcupsd.php        2011-12-18 15:54:52.061291018 +0200
2 +++ cacti-template-apcupsd-1.1/query_apcupsd.php        2011-12-18 16:28:57.310617407 +0200
3 @@ -1,3 +1,4 @@
4 +#!/usr/bin/php
5  <?php
6  
7  /*     Name:           apcupsd query 
8 @@ -18,7 +19,7 @@
9                                 Note: Windows users *MUST* use the 8.3 file path!
10   */
11  
12 -$APCACCESS_PATH = "C:\\apcupsd\\bin\\";
13 +$APCACCESS_PATH = "/usr/sbin/";
14  
15  /* **** DO NOT EDIT BELOW THIS LINE ****************************************************************** */
16  
This page took 0.085085 seconds and 3 git commands to generate.