diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-04-07 13:55:49 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-04-07 13:55:49 +0000 |
commit | 5a5d0408986bbfcc0a7ae3cf2781a2007c5aeb90 (patch) | |
tree | dae1cd560e09e20766dac6efbfbb74874afbb47d | |
parent | b9ae4c82ab3f7adff7de1fda4a886a62933bd2f7 (diff) | |
download | ports-5a5d0408986bbfcc0a7ae3cf2781a2007c5aeb90.tar.gz ports-5a5d0408986bbfcc0a7ae3cf2781a2007c5aeb90.zip |
Notes
-rw-r--r-- | net/ntop/files/ntop.sh | 2 |
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" |