12345678910111213 |
- $OpenBSD: patch-config_h,v 1.1 2002/08/05 02:25:30 kevlo Exp $
- --- config.h.orig Mon Aug 5 09:56:46 2002
- +++ config.h Mon Aug 5 09:57:07 2002
- @@ -8,7 +8,7 @@
- */
-
- #ifndef DEBUG
- -#define _PATH_UPSD_CONF "/etc/upsd.conf"
- +#define _PATH_UPSD_CONF "%%SYSCONFDIR%%/upsd.conf"
- #define _PATH_UPSD_PID "/var/run/upsd.pid"
- #else
- #define _PATH_UPSD_CONF "sample/upsd.conf"
|