1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/sysutils/upsd/files/patch-ab
Steve Price 415268cc40 APC smart UPS monitoring daemon.
PR:            4662
Submitted by:  Daniel Baker <dbaker@neosoft.com> and myself
1998-02-25 16:46:25 +00:00

12 lines
302 B
Plaintext

--- config.h.orig Mon Feb 23 17:50:34 1998
+++ config.h Mon Feb 23 17:50:49 1998
@@ -8,7 +8,7 @@
*/
#ifndef DEBUG
-#define _PATH_UPSD_CONF "/etc/upsd.conf"
+#define _PATH_UPSD_CONF "@prefix@/upsd.conf"
#define _PATH_UPSD_PID "/var/run/upsd.pid"
#else
#define _PATH_UPSD_CONF "sample/upsd.conf"