summaryrefslogtreecommitdiff
path: root/net-mgmt/bpft/files
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/bpft/files')
-rw-r--r--net-mgmt/bpft/files/patch-Makefile11
-rw-r--r--net-mgmt/bpft/files/patch-pathnames17
2 files changed, 0 insertions, 28 deletions
diff --git a/net-mgmt/bpft/files/patch-Makefile b/net-mgmt/bpft/files/patch-Makefile
deleted file mode 100644
index 0989d9f70e9d..000000000000
--- a/net-mgmt/bpft/files/patch-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.orig Sun Mar 30 17:45:30 2003
-+++ Makefile Sun Mar 30 17:46:23 2003
-@@ -31,7 +31,7 @@
- PATH_SBINDIR=${PREFIX}/sbin
-
- # Trailing slash directory, summary traffic log files will be put there.
--PATH_TOSAVE=${PREFIX}/var/trafd/
-+PATH_TOSAVE=${PREFIX}/var/bpft/
-
- # Full pathname where locate trafstat program.
- PATH_TRAFSTAT=${PREFIX}/bin/trafstat
diff --git a/net-mgmt/bpft/files/patch-pathnames b/net-mgmt/bpft/files/patch-pathnames
deleted file mode 100644
index b6bc90e43456..000000000000
--- a/net-mgmt/bpft/files/patch-pathnames
+++ /dev/null
@@ -1,17 +0,0 @@
---- include/pathnames.h.orig Fri Oct 18 10:28:27 2002
-+++ include/pathnames.h Sun Mar 30 17:48:50 2003
-@@ -33,12 +33,12 @@
-
- /* where unerased tmp directory */
- #ifndef _PATH_VARTMP
--#define _PATH_VARTMP "/usr/local/var/trafd/tmp/"
-+#define _PATH_VARTMP "/usr/local/var/bpft/tmp/"
- #endif
-
- /* where backuped data */
- #ifndef PATH_TOSAVE
--#define PATH_TOSAVE "/usr/local/var/trafd/"
-+#define PATH_TOSAVE "/usr/local/var/bpft/"
- #endif
-
- /* where locate trafstat */