diff options
author | daichi <daichi@FreeBSD.org> | 2003-07-17 04:57:17 +0000 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-07-17 04:57:17 +0000 |
commit | 94450bbbb68bf74b06f18e6fd448d44fb9f7c2b6 (patch) | |
tree | 54a3959f65a9fe947699c0815f3b02e9aac5f3f1 /net | |
parent | a697e30c14d70548e50df7c5b5ec79db9d6eefef (diff) | |
download | FreeBSD-ports-94450bbbb68bf74b06f18e6fd448d44fb9f7c2b6.zip FreeBSD-ports-94450bbbb68bf74b06f18e6fd448d44fb9f7c2b6.tar.gz |
update net/ntop: add identification to net/ntop configuration dialog
PR: 54300
Submitted by: Mark Linimon <linimon@lonesome.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/ntop/scripts/configure.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ntop/scripts/configure.sh b/net/ntop/scripts/configure.sh index 9501258..c0ff4f7 100644 --- a/net/ntop/scripts/configure.sh +++ b/net/ntop/scripts/configure.sh @@ -14,7 +14,7 @@ if [ "${BATCH}" ]; then set \"tcpwrap\" \"pcap\" \"zlib\" fi else - /usr/bin/dialog --title "configuration options" --clear \ + /usr/bin/dialog --title "ntop configuration options" --clear \ --checklist "\n\ Please select desired options:" -1 -1 16 \ tcpwrap "TCP Wrapper support" ON \ |