diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-01-06 00:25:50 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-01-06 00:25:50 +0000 |
commit | 8af3088d41daeb03c6834f4839289e09ed7db311 (patch) | |
tree | 39af3e0e92311b1ff4482af7d41a75c6fbe57986 /net/scapy/files/patch-scapy__modules__queso.py | |
parent | - Update to 0.64 (diff) |
- Update to 2.1.0
- Remove 5 unneeded patches and add 6 new pathces
PR: ports/141471
Submitted by: Sofian Brabez <sbrabez@gmail.com>
Approved by: maintainer(timeout, >20days)
Notes
Notes:
svn path=/head/; revision=247240
Diffstat (limited to 'net/scapy/files/patch-scapy__modules__queso.py')
-rw-r--r-- | net/scapy/files/patch-scapy__modules__queso.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/scapy/files/patch-scapy__modules__queso.py b/net/scapy/files/patch-scapy__modules__queso.py new file mode 100644 index 000000000000..37a7a3edb0af --- /dev/null +++ b/net/scapy/files/patch-scapy__modules__queso.py @@ -0,0 +1,11 @@ +--- ./scapy/modules/queso.py.orig 2010-01-05 11:38:01.000000000 +0100 ++++ ./scapy/modules/queso.py 2010-01-05 11:38:14.000000000 +0100 +@@ -8,7 +8,7 @@ + from scapy.layers.inet import IP,TCP + #from + +-conf.queso_base ="/etc/queso.conf" ++conf.queso_base ="%%LOCALBASE%%/etc/queso.conf" + + + ################# |