Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jun 2015 19:15:55 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388680 - head/net/ntopng/files
Message-ID:  <201506061915.t56JFtdB018487@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506061915.t56JFtdB018487>