aboutsummaryrefslogtreecommitdiffstats
path: root/net/ntopng
diff options
context:
space:
mode:
authorbofh <bofh@FreeBSD.org>2015-06-07 03:15:55 +0800
committerbofh <bofh@FreeBSD.org>2015-06-07 03:15:55 +0800
commitf17aa0b1926b1301ac557c12757fa995239c217d (patch)
treec87cb128a53f1f06cbb8d2f4a6927118167ee2dc /net/ntopng
parentba40c5b19ad9b331d42e9afc3c4fa3ce8c3d03f5 (diff)
downloadfreebsd-ports-gnome-f17aa0b1926b1301ac557c12757fa995239c217d.tar.gz
freebsd-ports-gnome-f17aa0b1926b1301ac557c12757fa995239c217d.tar.zst
freebsd-ports-gnome-f17aa0b1926b1301ac557c12757fa995239c217d.zip
net/ntopng: Fix unterminated quote in rc file
Submitted by: jack@airrun.net
Diffstat (limited to 'net/ntopng')
-rw-r--r--net/ntopng/files/ntopng.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ntopng/files/ntopng.in b/net/ntopng/files/ntopng.in
index 453daa5cdfed..d3270b155d3d 100644
--- a/net/ntopng/files/ntopng.in
+++ b/net/ntopng/files/ntopng.in
@@ -30,6 +30,6 @@ load_rc_config $name
: ${ntopng_flags="-e -G ${pid_path}"}
command=%%PREFIX%%/bin/ntopng
-command_args="-e -G $pid_path -1 $httpdocs_path -2 $scripts_path -3 $callbacks_path
+command_args="-e -G $pid_path -1 $httpdocs_path -2 $scripts_path -3 $callbacks_path"
run_rc_command "$1"