diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-17 04:57:17 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-17 04:57:17 +0000 |
commit | 1075b5af6ede723c5ee3d3ed3b357fe625b06285 (patch) | |
tree | 5f40fe9abbc68fb8ef7f93ffe57385d55b91c9c5 /net/ntop | |
parent | 702377da26f198eb49bf441b3e883356f4e073b4 (diff) |
Notes
Diffstat (limited to 'net/ntop')
-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 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 \ |