diff options
author | Denny Page <dennypage@me.com> | 2016-09-04 13:33:23 -0700 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2016-09-05 13:32:55 -0300 |
commit | 526402e587f33ab0897590d72f38338be06f0b42 (patch) | |
tree | 5bbd70871861a68a701043e3bb44a46c51e18366 | |
parent | a93f3f51aceba3b06ed16374bf9f37f043785924 (diff) | |
download | FreeBSD-ports-526402e587f33ab0897590d72f38338be06f0b42.zip FreeBSD-ports-526402e587f33ab0897590d72f38338be06f0b42.tar.gz |
Update PORTREVISION to bring new version into 2_3_2 branch
(cherry picked from commit cab501c8bac7aedda1151422cb49f1be184cde4e)
-rw-r--r-- | net/pfSense-pkg-ntopng/files/usr/local/pkg/ntopng.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pfSense-pkg-ntopng/files/usr/local/pkg/ntopng.inc b/net/pfSense-pkg-ntopng/files/usr/local/pkg/ntopng.inc index 4d3ff00..6ff7f16 100644 --- a/net/pfSense-pkg-ntopng/files/usr/local/pkg/ntopng.inc +++ b/net/pfSense-pkg-ntopng/files/usr/local/pkg/ntopng.inc @@ -160,7 +160,7 @@ function ntopng_sync_package() { // Add support for --data-dir /somewhere, --httpdocs-dir /somewhereelse, // --dump-timeline (on/off) --http-port, --https-port - $start .= "\t/usr/local/bin/ntopng -d /var/db/ntopng -G /var/run/ntopng.pid -s -e $http_args {$disable_alerts} {$dump_flows} {$ifaces} {$dns_mode} {$aggregations} {$local_networks} &\n"; + $start .= "\t/usr/local/bin/ntopng -d /var/db/ntopng -G /var/run/ntopng.pid -s -e {$http_args} {$disable_alerts} {$dump_flows} {$ifaces} {$dns_mode} {$aggregations} {$local_networks} &\n"; $stop .= "/usr/bin/killall ntopng redis-cli redis-server\n"; write_rcfile(array("file" => "ntopng.sh", "start" => $start, "stop" => $stop)); |