diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-05 12:30:01 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-05 12:30:01 +0000 |
commit | 7fc693bc32fbea34ae4fd8f2e110226ddc904625 (patch) | |
tree | 7369e93912ed0c0ab2d584d0110362704cd46f7e /net/bpft/files/patch-pathnames | |
parent | Update: net/ddup (3.0.1) (diff) |
New port: net/bpft
The BPF Traffic collector
Enhanced version of trafd (/usr/ports/net/trafd/)
WWW: http://bpft.by.ru/
PR: ports/42020
Submitted by: El Vampiro <vampiro@rootshell.ru>
Notes
Notes:
svn path=/head/; revision=74854
Diffstat (limited to 'net/bpft/files/patch-pathnames')
-rw-r--r-- | net/bpft/files/patch-pathnames | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net/bpft/files/patch-pathnames b/net/bpft/files/patch-pathnames new file mode 100644 index 000000000000..5c122d2a0661 --- /dev/null +++ b/net/bpft/files/patch-pathnames @@ -0,0 +1,17 @@ +--- include/pathnames.h.orig Mon Aug 26 11:24:39 2002 ++++ include/pathnames.h Mon Aug 26 11:25:09 2002 +@@ -49,12 +49,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 */ |