diff options
Diffstat (limited to 'net/lmd/files/patch-main.c')
-rw-r--r-- | net/lmd/files/patch-main.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/lmd/files/patch-main.c b/net/lmd/files/patch-main.c new file mode 100644 index 000000000000..6da527ce86b4 --- /dev/null +++ b/net/lmd/files/patch-main.c @@ -0,0 +1,11 @@ +--- 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; |