openbsd-ports/sysutils/upsd/patches/patch-upsd_h
kevlo 5832314d0d - don't use hardcoded to /etc; pointed out by naddy@
- use ${PREFIX}/share/examples/upsd for examples,
  not ${PREFIX}/lib/upsd
- use {INSTALL,DEINSTALL} for notification messages for config files
2002-08-05 02:25:28 +00:00

11 lines
283 B
Plaintext

$OpenBSD: patch-upsd_h,v 1.1 2002/08/05 02:25:30 kevlo Exp $
--- upsd.h.orig Fri Aug 2 21:44:25 1996
+++ upsd.h Mon Aug 5 10:01:35 2002
@@ -206,5 +206,5 @@ struct message {
#define TERMINATE kill(getpid(), SIGTERM)
-#include "config.h"
+#include "conf.h"
#include "proto.h"