aboutsummaryrefslogtreecommitdiffstats
path: root/net/gated/files/patch-ai
diff options
context:
space:
mode:
authorDavid E. Cross <dec@FreeBSD.org>2000-05-15 00:44:58 +0000
committerDavid E. Cross <dec@FreeBSD.org>2000-05-15 00:44:58 +0000
commit6ce9858a52034ba3b9a3ba18429ca08c7ccd151b (patch)
treed3a761000c0d095461bff2c461b590d3bdd5c4a3 /net/gated/files/patch-ai
parentb1c285afc596df1445b201b68c87b04bd1068b35 (diff)
Submitted by: dec
Oops, forgot the new patches.
Diffstat (limited to 'net/gated/files/patch-ai')
-rw-r--r--net/gated/files/patch-ai19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/gated/files/patch-ai b/net/gated/files/patch-ai
new file mode 100644
index 000000000000..3dcdb16a91f1
--- /dev/null
+++ b/net/gated/files/patch-ai
@@ -0,0 +1,19 @@
+*** src/gated/paths.h.in.orig Sun May 14 14:58:50 2000
+--- src/gated/paths.h.in Sun May 14 15:03:06 2000
+***************
+*** 35,41 ****
+ * __END_OF_COPYRIGHT__
+ */
+
+! #define _PATH_CONFIG "/etc/%s.conf"
+ #define _PATH_DEFS "/usr/include/isode"
+ #define _PATH_DUMP "@DUMPDIR@/%s_dump"
+ #define _PATH_DUMPDIR "@DUMPDIR@"
+--- 35,41 ----
+ * __END_OF_COPYRIGHT__
+ */
+
+! #define _PATH_CONFIG "@prefix@/etc/%s.conf"
+ #define _PATH_DEFS "/usr/include/isode"
+ #define _PATH_DUMP "@DUMPDIR@/%s_dump"
+ #define _PATH_DUMPDIR "@DUMPDIR@"