diff options
author | bofh <bofh@FreeBSD.org> | 2015-06-07 03:15:55 +0800 |
---|---|---|
committer | bofh <bofh@FreeBSD.org> | 2015-06-07 03:15:55 +0800 |
commit | f17aa0b1926b1301ac557c12757fa995239c217d (patch) | |
tree | c87cb128a53f1f06cbb8d2f4a6927118167ee2dc /net/ntopng | |
parent | ba40c5b19ad9b331d42e9afc3c4fa3ce8c3d03f5 (diff) | |
download | freebsd-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.in | 2 |
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" |