aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/flow-tools/files
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-04-29 07:38:19 +0800
committerpat <pat@FreeBSD.org>2002-04-29 07:38:19 +0800
commit9ce7cde8f6c23c8ae68da61b442a4305b37ccc92 (patch)
tree5e2da98c3d0d1666844b5d41913fa7f5610d1a9b /net-mgmt/flow-tools/files
parent9d8847fffbd5576d024711be3e64996771b74867 (diff)
downloadfreebsd-ports-gnome-9ce7cde8f6c23c8ae68da61b442a4305b37ccc92.tar.gz
freebsd-ports-gnome-9ce7cde8f6c23c8ae68da61b442a4305b37ccc92.tar.zst
freebsd-ports-gnome-9ce7cde8f6c23c8ae68da61b442a4305b37ccc92.zip
Update to 0.57
PR: 37335 Submitted by: Maxim Konovalov <maxim@macomnet.ru> Reviewed by: maintainer Approved by: maintainer
Diffstat (limited to 'net-mgmt/flow-tools/files')
-rw-r--r--net-mgmt/flow-tools/files/patch-docs_flow-tag11
-rw-r--r--net-mgmt/flow-tools/files/patch-ftfile.c11
-rw-r--r--net-mgmt/flow-tools/files/patch-ftpaths.h26
3 files changed, 25 insertions, 23 deletions
diff --git a/net-mgmt/flow-tools/files/patch-docs_flow-tag b/net-mgmt/flow-tools/files/patch-docs_flow-tag
new file mode 100644
index 000000000000..b184553adbd9
--- /dev/null
+++ b/net-mgmt/flow-tools/files/patch-docs_flow-tag
@@ -0,0 +1,11 @@
+--- docs/flow-tag.1 Mon Apr 22 11:42:06 2002
++++ docs/flow-tag.1 Mon Apr 22 11:42:43 2002
+@@ -189,7 +189,7 @@
+ .fi
+ .PP
+ .PP
+-First populate \fB/var/ft/sym/tags\fP for \fBflow-stat\fP to use as symbols\&.
++First populate \fB/usr/local/etc/flow-tools/tag_defs\fP for \fBflow-stat\fP to use as symbols\&.
+ .PP
+ .nf
+ \f(CW0x0001 OSU
diff --git a/net-mgmt/flow-tools/files/patch-ftfile.c b/net-mgmt/flow-tools/files/patch-ftfile.c
deleted file mode 100644
index d9863d07eda6..000000000000
--- a/net-mgmt/flow-tools/files/patch-ftfile.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/ftfile.c Tue Apr 24 14:07:18 2001
-+++ lib/ftfile.c Tue Apr 16 16:52:49 2002
-@@ -449,7 +449,7 @@
- } else if (nest == -2) {
- sprintf(dbuf, "%2.2d-%2.2d/%2.2d-%2.2d-%2.2d/",
- (int)tm->tm_year+1900, (int)tm->tm_mon+1,
-- (int)tm->tm_year+1900, (int)tm->tm_mon+1, (int)tm->tm_mon+1);
-+ (int)tm->tm_year+1900, (int)tm->tm_mon+1, (int)tm->tm_mday);
- } else if (nest == -1) {
- sprintf(dbuf, "%2.2d/%2.2d-%2.2d/%2.2d-%2.2d-%2.2d/",
- (int)tm->tm_year+1900,
diff --git a/net-mgmt/flow-tools/files/patch-ftpaths.h b/net-mgmt/flow-tools/files/patch-ftpaths.h
index e3619a6d6828..10b66b70d0ff 100644
--- a/net-mgmt/flow-tools/files/patch-ftpaths.h
+++ b/net-mgmt/flow-tools/files/patch-ftpaths.h
@@ -1,19 +1,21 @@
---- lib/ftpaths.h.in Tue Jul 17 09:51:05 2001
-+++ lib/ftpaths.h.in Sat Jan 12 06:28:15 2002
-@@ -29,11 +29,11 @@
+--- 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_FILE_MAP "@localstatedir@/cfg/map"
+-#define FT_PATH_MAP "@localstatedir@/cfg/map"
+#define FT_FILE_MAP "@localstatedir@/etc/flow-tools/map"
--#define FT_FILE_IP_PROT "@localstatedir@/sym/ip-prot"
--#define FT_FILE_IP_CLASS "@localstatedir@/sym/ip-class"
--#define FT_FILE_TCP_PORT "@localstatedir@/sym/tcp-port"
--#define FT_FILE_ASN "@localstatedir@/sym/asn"
-+#define FT_FILE_IP_PROT "@localstatedir@/share/flow-tools/ip-prot"
-+#define FT_FILE_IP_CLASS "@localstatedir@/share/flow-tools/ip-class"
-+#define FT_FILE_TCP_PORT "@localstatedir@/share/flow-tools/tcp-port"
-+#define FT_FILE_ASN "@localstatedir@/share/flow-tools/asn"
+-#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 */