Skip to content

Commit

Permalink
Merge pull request #181 from dennypage/devel
Browse files Browse the repository at this point in the history
  • Loading branch information
rbgarga committed Sep 2, 2016
2 parents 75befcf + e3ac22c commit 52b1c36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion net/pfSense-pkg-ntopng/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PORTNAME= pfSense-pkg-ntopng
PORTVERSION= 0.8.4
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= # empty
DISTFILES= # empty
Expand Down
4 changes: 2 additions & 2 deletions net/pfSense-pkg-ntopng/files/usr/local/pkg/ntopng.inc
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,10 @@ function ntopng_sync_package() {
if ($config['system']['webgui']['protocol'] == "https") {
$cert =& lookup_cert($config['system']['webgui']['ssl-certref']);
ntopng_write_cert_file("/usr/local/share/ntopng/httpdocs/ssl/ntopng-cert.pem", $cert);
$http_args = "-w 0 -W 3000\n";
$http_args = "-w 0 -W 3000";
} else {
unlink_if_exists("/usr/local/share/ntopng/httpdocs/ssl/ntopng-cert.pem");
$http_args = "-w 3000\n";
$http_args = "-w 3000";
}

/* Create rc script */
Expand Down

0 comments on commit 52b1c36

Please sign in to comment.