summaryrefslogtreecommitdiff
path: root/net/ntop
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-07-17 04:57:17 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-07-17 04:57:17 +0000
commit1075b5af6ede723c5ee3d3ed3b357fe625b06285 (patch)
tree5f40fe9abbc68fb8ef7f93ffe57385d55b91c9c5 /net/ntop
parentUpdate to 0.65. (diff)
update net/ntop: add identification to net/ntop configuration dialog
PR: 54300 Submitted by: Mark Linimon <linimon@lonesome.com>
Notes
Notes: svn path=/head/; revision=85023
Diffstat (limited to 'net/ntop')
-rw-r--r--net/ntop/scripts/configure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ntop/scripts/configure.sh b/net/ntop/scripts/configure.sh
index 9501258a666d..c0ff4f730142 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 \