patch-config_h 371 B

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