diff options
author | dannyboy <dannyboy@FreeBSD.org> | 2000-12-23 11:05:41 +0800 |
---|---|---|
committer | dannyboy <dannyboy@FreeBSD.org> | 2000-12-23 11:05:41 +0800 |
commit | d08d3c27871c9716e9c1b05348405fb4e800f13b (patch) | |
tree | e11d64bf10e33219697507c284e9307a251f19ba /security | |
parent | 078be167c1d6f8b4b2a74918036a2167b029f54a (diff) | |
download | freebsd-ports-gnome-d08d3c27871c9716e9c1b05348405fb4e800f13b.tar.gz freebsd-ports-gnome-d08d3c27871c9716e9c1b05348405fb4e800f13b.tar.zst freebsd-ports-gnome-d08d3c27871c9716e9c1b05348405fb4e800f13b.zip |
Then -> than in pkg-descr, remove extra blank line in patch-aa.
PR: 23723
Submitted by: olgeni@uli.it
Diffstat (limited to 'security')
-rw-r--r-- | security/firewalk/files/patch-aa | 1 | ||||
-rw-r--r-- | security/firewalk/pkg-descr | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/security/firewalk/files/patch-aa b/security/firewalk/files/patch-aa index ca46dfdb49be..84ed11b2eead 100644 --- a/security/firewalk/files/patch-aa +++ b/security/firewalk/files/patch-aa @@ -18,4 +18,3 @@ +LIBS = -L$(PREFIX)/lib @FW_GTK_CONFIG@ `$(LIBNET_CONFIG) --libs` -lpcap OBJECTS = main.o firewalk.o watcher.o p_cap.o signal.o \ packet.o udptcpwalk.o port_list.o util.o @FW_GTK_OBJS@ - diff --git a/security/firewalk/pkg-descr b/security/firewalk/pkg-descr index 0a905254e7e6..6d9c1ea90178 100644 --- a/security/firewalk/pkg-descr +++ b/security/firewalk/pkg-descr @@ -1,7 +1,7 @@ Firewalk is a network auditing tool that attempts to determine what transport protocols a given gateway will pass. Firewalk works by sending out TCP or UDP packets -with a TTL one greater then the targeted gateway. If the +with a TTL one greater than the targeted gateway. If the gateway allows the traffic, it will forward the packets to the next hop where they will expire and elicit an ICMP_TIME_EXCEEDED message. If the gateway host does not |