summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenny Page <dennypage@me.com>2016-09-02 12:47:02 -0700
committerRenato Botelho <garga@FreeBSD.org>2016-09-05 08:30:42 -0300
commit48c3d687b8cb3095cf3a2fe76f67d3ff305e988c (patch)
tree62e893f57f440d48f5732dbb75eaf271d4ba42ed
parent7613d5c175671cd5ccdc66638d476c087eebae8e (diff)
downloadFreeBSD-ports-48c3d687b8cb3095cf3a2fe76f67d3ff305e988c.zip
FreeBSD-ports-48c3d687b8cb3095cf3a2fe76f67d3ff305e988c.tar.gz
Remove extraneous newline from http args
(cherry picked from commit ffbbdf0e96440c3d03c80fad341907dcd4e5c821)
-rw-r--r--net/pfSense-pkg-ntopng/files/usr/local/pkg/ntopng.inc4
1 files changed, 2 insertions, 2 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 3df9837..4d3ff00 100644
--- a/net/pfSense-pkg-ntopng/files/usr/local/pkg/ntopng.inc
+++ b/net/pfSense-pkg-ntopng/files/usr/local/pkg/ntopng.inc
@@ -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 */
OpenPOWER on IntegriCloud