From owner-svn-ports-all@FreeBSD.ORG Sat Jun 6 19:15:56 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 17A63379; Sat, 6 Jun 2015 19:15:56 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 05D411CE5; Sat, 6 Jun 2015 19:15:56 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t56JFtMf018488; Sat, 6 Jun 2015 19:15:55 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t56JFtdB018487; Sat, 6 Jun 2015 19:15:55 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201506061915.t56JFtdB018487@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sat, 6 Jun 2015 19:15:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388680 - head/net/ntopng/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Jun 2015 19:15:56 -0000 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"