diff options
Diffstat (limited to '')
-rw-r--r-- | net/dnrd/files/patch-master.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/dnrd/files/patch-master.c b/net/dnrd/files/patch-master.c new file mode 100644 index 000000000000..16377f1155fa --- /dev/null +++ b/net/dnrd/files/patch-master.c @@ -0,0 +1,11 @@ +--- master.c.orig Sat Jan 6 15:07:32 2001 ++++ master.c Sat Jan 6 15:06:54 2001 +@@ -37,7 +37,7 @@ + #include "master.h" + #include "lib.h" + +-#define MASTER_CONFIG "/etc/dnrd/master" ++#define MASTER_CONFIG "%%PREFIX%%/etc/dnrd/master" + #define PACKET_ASSEMBLYSIZE 600 + + |