mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
833c9d2beb
PR: ports/37661 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Approved by: knu (mentor)
12 lines
294 B
C
12 lines
294 B
C
--- main.c.orig Mon Nov 26 06:45:34 2001
|
|
+++ main.c Tue May 14 14:09:46 2002
|
|
@@ -1,7 +1,7 @@
|
|
#include "main.h"
|
|
#include <math.h>
|
|
#define TIMETOSLEEP 60
|
|
-#define CONFIGFILE "/usr/local/etc/lmd.conf"
|
|
+#define CONFIGFILE PREFIX "/etc/lmd.conf"
|
|
|
|
char bufferout[2][1024];
|
|
char **loaddservers;
|