svn commit: r388680 - head/net/ntopng/files
Muhammad Moinur Rahman
bofh at FreeBSD.org
Sat Jun 6 19:15:56 UTC 2015
Author: bofh
Date: Sat Jun 6 19:15:55 2015
New Revision: 388680
URL: https://svnweb.freebsd.org/changeset/ports/388680
Log:
net/ntopng: Fix unterminated quote in rc file
Submitted by: jack at airrun.net
Modified:
head/net/ntopng/files/ntopng.in
Modified: head/net/ntopng/files/ntopng.in
==============================================================================
--- head/net/ntopng/files/ntopng.in Sat Jun 6 18:21:17 2015 (r388679)
+++ head/net/ntopng/files/ntopng.in Sat Jun 6 19:15:55 2015 (r388680)
@@ -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"
More information about the svn-ports-all
mailing list