aboutsummaryrefslogtreecommitdiff
path: root/net/ntop
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-04-07 13:55:49 +0000
committerClement Laforet <clement@FreeBSD.org>2004-04-07 13:55:49 +0000
commit5a5d0408986bbfcc0a7ae3cf2781a2007c5aeb90 (patch)
treedae1cd560e09e20766dac6efbfbb74874afbb47d /net/ntop
parentb9ae4c82ab3f7adff7de1fda4a886a62933bd2f7 (diff)
downloadports-5a5d0408986bbfcc0a7ae3cf2781a2007c5aeb90.tar.gz
ports-5a5d0408986bbfcc0a7ae3cf2781a2007c5aeb90.zip
Notes
Diffstat (limited to 'net/ntop')
-rw-r--r--net/ntop/files/ntop.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ntop/files/ntop.sh b/net/ntop/files/ntop.sh
index 8ed84b440b14..a4afe32a9b03 100644
--- a/net/ntop/files/ntop.sh
+++ b/net/ntop/files/ntop.sh
@@ -28,7 +28,7 @@ additional_args=''
# End of user-configurable variables
#----------------------------------------------------------------------
-args='-d -L -4 --set-pcap-nonblocking'
+args='-d -L --set-pcap-nonblocking'
[ ! -z $interfaces ] && args="$args -i $interfaces"
[ ! -z $http_port ] && args="$args -w $http_port"