diff options
author | clement <clement@FreeBSD.org> | 2004-04-07 21:55:49 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-04-07 21:55:49 +0800 |
commit | 86a68fcf5e44d71192838286d3f6ff8e41fa4350 (patch) | |
tree | 60ad3416f9660a4ed8e7051b52f577ab186d91a0 /net/ntop | |
parent | ab1586a024feb74872c649792139f579142330c3 (diff) | |
download | freebsd-ports-gnome-86a68fcf5e44d71192838286d3f6ff8e41fa4350.tar.gz freebsd-ports-gnome-86a68fcf5e44d71192838286d3f6ff8e41fa4350.tar.zst freebsd-ports-gnome-86a68fcf5e44d71192838286d3f6ff8e41fa4350.zip |
- Fix ntop startup script
PR: 65276
Submitted by: Douglas K. Rand <rand@meridian-enviro.com>
Diffstat (limited to 'net/ntop')
-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" |