diff options
author | az <az@FreeBSD.org> | 2005-11-07 15:40:11 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2005-11-07 15:40:11 +0800 |
commit | e154e62ecb3a4931fc5a81b8595da44bc5252188 (patch) | |
tree | ef5abbf5b69f24c1c91478023025251a838e318b /net-mgmt/Makefile | |
parent | af0e84fd73421aeb83cffa7f87f8831d85abe80b (diff) | |
download | freebsd-ports-gnome-e154e62ecb3a4931fc5a81b8595da44bc5252188.tar.gz freebsd-ports-gnome-e154e62ecb3a4931fc5a81b8595da44bc5252188.tar.zst freebsd-ports-gnome-e154e62ecb3a4931fc5a81b8595da44bc5252188.zip |
Add net-mgmt/grepip
grepip searches the named input FILE (or standard input if no files are named),
for lines containing an IP address matched to the given CIDR.
grepip finds IP in any context of a line, while grepcidr only if all line is IP.
PR: ports/88384
Submitted by: Serge Maslov <serge@maslov.biz>
Approved by: sem (mentor, implict)
Diffstat (limited to 'net-mgmt/Makefile')
-rw-r--r-- | net-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 9b394928decb..e0d77ffd3e0e 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -52,6 +52,7 @@ SUBDIR += fprobe SUBDIR += gps SUBDIR += grepcidr + SUBDIR += grepip SUBDIR += icmpmonitor SUBDIR += icmpquery SUBDIR += ifgraph |