diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-05-16 10:26:39 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-05-16 10:26:39 +0000 |
commit | 833c9d2bebd8cee334b9665349418d96db166a40 (patch) | |
tree | aa871d2eec897b27ca026ec8d05d403aacd8139e /net/loadd/files/patch-define.h | |
parent | Add new ports. (diff) |
Add new ports.
PR: ports/37661
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Approved by: knu (mentor)
Notes
Notes:
svn path=/head/; revision=59250
Diffstat (limited to 'net/loadd/files/patch-define.h')
-rw-r--r-- | net/loadd/files/patch-define.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/loadd/files/patch-define.h b/net/loadd/files/patch-define.h new file mode 100644 index 000000000000..8e8351247e59 --- /dev/null +++ b/net/loadd/files/patch-define.h @@ -0,0 +1,11 @@ +--- define.h.orig Tue Oct 2 22:43:20 2001 ++++ define.h Tue May 14 14:45:36 2002 +@@ -5,7 +5,7 @@ + #define MONITORINGPORT 8670 /* En UDP */ + #define PINGINTERVAL 60000000 + #define REFRESHTIMEOUT 1 +-#define CONFFILE "/usr/local/etc/loadd2.conf" ++#define CONFFILE PREFIX "/etc/loadd.conf" + #define CALC_CHECKSUM(acc, cksum) { \ + acc += cksum; \ + if (acc < 0) \ |