5832314d0d
- use ${PREFIX}/share/examples/upsd for examples, not ${PREFIX}/lib/upsd - use {INSTALL,DEINSTALL} for notification messages for config files
11 lines
283 B
Plaintext
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"
|