Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Feb 2015 08:47:40 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379201 - in head/www/h2o: . files
Message-ID:  <201502180847.t1I8leG9044012@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Wed Feb 18 08:47:39 2015
New Revision: 379201
URL: https://svnweb.freebsd.org/changeset/ports/379201
QAT: https://qat.redports.org/buildarchive/r379201/

Log:
  - remove -r flag from daemon runtime.
  - bump PORTREVISION
  
  PR:		197519
  Submitted by:	maintainer

Modified:
  head/www/h2o/Makefile
  head/www/h2o/files/h2o.in

Modified: head/www/h2o/Makefile
==============================================================================
--- head/www/h2o/Makefile	Wed Feb 18 06:16:52 2015	(r379200)
+++ head/www/h2o/Makefile	Wed Feb 18 08:47:39 2015	(r379201)
@@ -3,6 +3,7 @@
 
 PORTNAME=	h2o
 PORTVERSION=	0.9.2
+PORTREVISION=	1
 CATEGORIES=	www
 
 MAINTAINER=	dch@skunkwerks.at

Modified: head/www/h2o/files/h2o.in
==============================================================================
--- head/www/h2o/files/h2o.in	Wed Feb 18 06:16:52 2015	(r379200)
+++ head/www/h2o/files/h2o.in	Wed Feb 18 08:47:39 2015	(r379201)
@@ -33,7 +33,7 @@ rcvar=h2o_enable
 h2o_pidfile="%%H2O_PIDDIR%%${name}.pid"
 procname="%%PREFIX%%/bin/${name}"
 command=/usr/sbin/daemon
-command_args=" -f -c -r -p ${h2o_pidfile} ${procname} ${h2o_options}"
+command_args=" -f -c -p ${h2o_pidfile} ${procname} ${h2o_options}"
 start_precmd="h2o_precmd"
 
 h2o_precmd()



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