]> git.pld-linux.org Git - packages/cacti-template-apcupsd.git/blame - path.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/cacti-template-apcupsd.git] / path.patch
CommitLineData
947b1c63
ER
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.219408 seconds and 4 git commands to generate.