aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/flow-tools/files/patch-ftpaths.h
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/flow-tools/files/patch-ftpaths.h')
-rw-r--r--net-mgmt/flow-tools/files/patch-ftpaths.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/net-mgmt/flow-tools/files/patch-ftpaths.h b/net-mgmt/flow-tools/files/patch-ftpaths.h
deleted file mode 100644
index 10b66b70d0ff..000000000000
--- a/net-mgmt/flow-tools/files/patch-ftpaths.h
+++ /dev/null
@@ -1,21 +0,0 @@
---- lib/ftpaths.h.in Sun Apr 21 04:08:41 2002
-+++ lib/ftpaths.h.in Mon Apr 22 11:29:07 2002
-@@ -29,12 +29,12 @@
- #ifndef FTPATHS_H
- #define FTPATHS_H
-
--#define FT_PATH_MAP "@localstatedir@/cfg/map"
-+#define FT_FILE_MAP "@localstatedir@/etc/flow-tools/map"
-
--#define FT_PATH_IP_PROT "@localstatedir@/sym/ip-prot"
--#define FT_PATH_IP_CLASS "@localstatedir@/sym/ip-class"
--#define FT_PATH_TCP_PORT "@localstatedir@/sym/tcp-port"
--#define FT_PATH_ASN "@localstatedir@/sym/asn"
--#define FT_PATH_TAG "@localstatedir@/cfg/tag_defs"
-+#define FT_PATH_IP_PROT "@localstatedir@/share/flow-tools/ip-prot"
-+#define FT_PATH_IP_CLASS "@localstatedir@/share/flow-tools/ip-class"
-+#define FT_PATH_TCP_PORT "@localstatedir@/share/flow-tools/tcp-port"
-+#define FT_PATH_ASN "@localstatedir@/share/flow-tools/asn"
-+#define FT_PATH_TAG "@localstatedir@/etc/flow-tools/tag_defs"
-
- #endif /* FTPATHS_H */