diff options
author | Steve Price <steve@FreeBSD.org> | 1998-02-25 16:46:25 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-02-25 16:46:25 +0000 |
commit | 415268cc40ebcd7e34c9937dba60a8f44e97b5c9 (patch) | |
tree | c876e71b8a25f9366bef480ee7047394172b456d /sysutils/upsd/files/patch-ab | |
parent | Temporarily remove the PROCMAIL=yes so that this port will package (diff) |
APC smart UPS monitoring daemon.
PR: 4662
Submitted by: Daniel Baker <dbaker@neosoft.com> and myself
Notes
Notes:
svn path=/head/; revision=9929
Diffstat (limited to 'sysutils/upsd/files/patch-ab')
-rw-r--r-- | sysutils/upsd/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/upsd/files/patch-ab b/sysutils/upsd/files/patch-ab new file mode 100644 index 000000000000..4a42c0055377 --- /dev/null +++ b/sysutils/upsd/files/patch-ab @@ -0,0 +1,11 @@ +--- 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" |