Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2013 21:40:20 +0000 (UTC)
From:      Dmitry Sivachenko <demon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330678 - head/www/uwsgi/files
Message-ID:  <201310172140.r9HLeKc5061092@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: demon
Date: Thu Oct 17 21:40:19 2013
New Revision: 330678
URL: http://svnweb.freebsd.org/changeset/ports/330678

Log:
  Remove extra $${name}_flags from command_args, it will be automatically appended
  by rc.subr.
  
  Submitted by:	Gennady Karpov <gekar@yandex-team.ru>

Modified:
  head/www/uwsgi/files/uwsgi.in

Modified: head/www/uwsgi/files/uwsgi.in
==============================================================================
--- head/www/uwsgi/files/uwsgi.in	Thu Oct 17 21:31:24 2013	(r330677)
+++ head/www/uwsgi/files/uwsgi.in	Thu Oct 17 21:40:19 2013	(r330678)
@@ -88,7 +88,7 @@ if [ -n "${uwsgi_profiles}" ]; then
 fi
 
 command=%%PREFIX%%/bin/uwsgi
-command_args="--pidfile ${uwsgi_pidfile} -s ${uwsgi_socket} -d ${uwsgi_logfile} --uid ${uwsgi_uid} --gid ${uwsgi_gid} ${uwsgi_flags}"
+command_args="--pidfile ${uwsgi_pidfile} -s ${uwsgi_socket} -d ${uwsgi_logfile} --uid ${uwsgi_uid} --gid ${uwsgi_gid}"
 pidfile=${uwsgi_pidfile}
 stop_postcmd=stop_postcmd
 reload_precmd=reload_precmd



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